@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
.CMS_Button_start-icon {

    margin-right: 0.5rem;

    height: 1.25rem;

    width: 1.25rem
}

.CMS_Button_end-icon {

    margin-left: 0.5rem;

    height: 1.25rem;

    width: 1.25rem
}

.CMS_Modal_root {

    position: fixed;

    inset: 0px;

    z-index: 100;

    display: flex;

    min-height: 100%;

    align-items: center;

    justify-content: center;

    overflow-y: auto;

    text-align: center
}

.CMS_Modal_backdrop {

    position: fixed;

    inset: 0px;

    z-index: 100;

    background-color: rgb(0 0 0 / var(--tw-bg-opacity));

    --tw-bg-opacity: 0.5
}

:is(.dark .CMS_Modal_backdrop) {

    --tw-bg-opacity: 0.6
}

.CMS_Modal_content {

    z-index: 101;

    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

    overflow: visible;

    border-radius: 0.5rem;

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity));

    text-align: left;

    vertical-align: middle;

    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

    outline: 2px solid transparent;

    outline-offset: 2px;

    transition-property: all;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

:is(.dark .CMS_Modal_content) {

    --tw-bg-opacity: 1;

    background-color: rgb(30 41 59 / var(--tw-bg-opacity))
}

.CMS_Confirm_root {

    width: 50%;

    min-width: 300px;

    max-width: 600px
}

.CMS_Confirm_title {

    padding-left: 1.5rem;

    padding-right: 1.5rem;

    padding-top: 1rem;

    padding-bottom: 1rem;

    font-size: 1.25rem;

    line-height: 1.75rem
}

.CMS_Confirm_content {

    padding-left: 1.5rem;

    padding-right: 1.5rem;

    padding-bottom: 1rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(100 116 139 / var(--tw-text-opacity))
}

:is(.dark .CMS_Confirm_content) {

    --tw-text-opacity: 1;

    color: rgb(148 163 184 / var(--tw-text-opacity))
}

.CMS_Confirm_actions {

    display: flex;

    justify-content: flex-end;

    gap: 0.5rem;

    padding: 0.5rem
}

.CMS_IconButton_root.CMS_IconButton_sm {
    padding-left: 0.125rem;
    padding-right: 0.125rem
}
  .CMS_IconButton_root.CMS_IconButton_md {
    padding-left: 0.375rem;
    padding-right: 0.375rem
}

.CMS_Icon_root {

    display: flex;

    height: 1.5rem;

    width: 1.5rem;

    align-items: center;

    justify-content: center
}

.CMS_Icon_icon {

    height: 1.5rem;

    width: 1.5rem
}

.CMS_CollectionSearch_content {

    position: relative
}

.CMS_CollectionSearch_icon-wrapper {

    pointer-events: none;

    position: absolute;

    top: 0px;

    bottom: 0px;

    left: 0px;

    display: flex;

    align-items: center;

    padding-left: 0.75rem
}

.CMS_CollectionSearch_icon {

    height: 1.25rem;

    width: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity))
}

:is(.dark .CMS_CollectionSearch_icon) {

    --tw-text-opacity: 1;

    color: rgb(156 163 175 / var(--tw-text-opacity))
}

.CMS_CollectionSearch_input {

    display: block;

    width: 100%;

    border-radius: 0.5rem;

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(209 213 219 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(249 250 251 / var(--tw-bg-opacity));

    padding: 0.375rem;

    padding-left: 2.5rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

.CMS_CollectionSearch_input:focus {

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))
}

.CMS_CollectionSearch_input:focus-visible {

    outline: 2px solid transparent;

    outline-offset: 2px
}

:is(.dark .CMS_CollectionSearch_input) {

    --tw-border-opacity: 1;

    border-color: rgb(75 85 99 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(55 65 81 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

:is(.dark .CMS_CollectionSearch_input)::placeholder {

    --tw-placeholder-opacity: 1;

    color: rgb(156 163 175 / var(--tw-placeholder-opacity))
}

:is(.dark .CMS_CollectionSearch_input:focus) {

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity))
}

.CMS_CollectionSearch_search-in {

    position: absolute;

    z-index: 1300;

    overflow: auto;

    border-radius: 0.375rem;

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity));

    font-size: 1rem;

    line-height: 1.5rem;

    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));

    --tw-ring-opacity: 0.05
}

.CMS_CollectionSearch_search-in:focus {

    outline: 2px solid transparent;

    outline-offset: 2px
}

:is(.dark .CMS_CollectionSearch_search-in) {

    --tw-bg-opacity: 1;

    background-color: rgb(51 65 85 / var(--tw-bg-opacity));

    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 640px) {

    .CMS_CollectionSearch_search-in {

        font-size: 0.875rem;

        line-height: 1.25rem
    }
}

.CMS_CollectionSearch_search-in-content {

    display: flex;

    min-width: 200px;

    flex-direction: column
}

.CMS_CollectionSearch_search-in-label {

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    padding-left: 0.75rem;

    padding-right: 0.75rem;

    font-size: 1rem;

    line-height: 1.5rem;

    --tw-text-opacity: 1;

    color: rgb(100 116 139 / var(--tw-text-opacity))
}

:is(.dark .CMS_CollectionSearch_search-in-label) {

    --tw-text-opacity: 1;

    color: rgb(148 163 184 / var(--tw-text-opacity))
}

.CMS_CollectionSearch_search-in-option {

    cursor: pointer;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    padding-left: 0.75rem;

    padding-right: 0.75rem
}

.CMS_CollectionSearch_search-in-option:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(59 130 246 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(243 244 246 / var(--tw-text-opacity))
}

.CMS_NavLink_link {

    width: 100%;

    justify-content: flex-start
}

  .CMS_NavLink_link.CMS_NavLink_active {

    background-color: rgb(191 219 254 / 0.75);

    --tw-text-opacity: 1;

    color: rgb(29 78 216 / var(--tw-text-opacity))
}

  .CMS_NavLink_link.CMS_NavLink_active:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}

  :is(.dark .CMS_NavLink_link.CMS_NavLink_active) {

    --tw-bg-opacity: 1;

    background-color: rgb(51 65 85 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(96 165 250 / var(--tw-text-opacity))
}

  :is(.dark .CMS_NavLink_link.CMS_NavLink_active:hover) {

    background-color: rgb(51 65 85 / 0.75)
}

.CMS_NavLink_external {

    display: flex;

    width: 100%;

    justify-content: space-between
}

.CMS_NavLink_external-content {

    display: flex;

    align-items: center;

    justify-content: flex-start
}

.CMS_NavLink_external-icon {

    height: 1.25rem;

    width: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(156 163 175 / var(--tw-text-opacity))
}

:is(.dark .CMS_NavLink_external-icon) {

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity))
}

.CMS_NavLink_content {

    display: flex;

    width: 100%;

    align-items: center;

    gap: 0.75rem
}

.CMS_NavLink_icon {

    height: 1.5rem;

    width: 1.5rem
}

.CMS_NavLink_label {

    flex-grow: 1
}

.CMS_NestedCollection_root-node.CMS_NestedCollection_active.CMS_NestedCollection_expanded > .CMS_NestedCollection_link .CMS_NestedCollection_node-children-icon {

    --tw-rotate: 90deg;

    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.CMS_NestedCollection_active {
}

.CMS_NestedCollection_expanded {
}

.CMS_NestedCollection_root-node-icon {

    height: 1.5rem;

    width: 1.5rem
}

.CMS_NestedCollection_node {

    margin-left: 2rem
}

.CMS_NestedCollection_node.CMS_NestedCollection_expanded > .CMS_NestedCollection_link .CMS_NestedCollection_node-children-icon {

    --tw-rotate: 90deg;

    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.CMS_NestedCollection_node-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_NestedCollection_node-content {

    display: flex;

    width: 100%;

    align-items: center;

    justify-content: space-between;

    gap: 0.5rem
}

.CMS_NestedCollection_node-children-icon {

    height: 1.25rem;

    width: 1.25rem;

    transition-property: transform;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

.group\/active-list:focus-within .CMS_NestedCollection_node-children-icon {

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

.group\/active-list:hover .CMS_NestedCollection_node-children-icon {

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

.CMS_NestedCollection_node-children {

    margin-top: 0.5rem
}

.CMS_NestedCollection_node-children > :not([hidden]) ~ :not([hidden]) {

    --tw-space-y-reverse: 0;

    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));

    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse))
}

.CMS_NavigationDrawer_root {

    width: 80%;

    max-width: 320px
}

.CMS_NavigationDrawer_content {

    height: 100%;

    width: 100%
}

.CMS_Menu_root {

    display: flex
}

  .CMS_Menu_root:not(.CMS_Menu_hide-label):not(.CMS_Menu_hide-dropdown-icon) .CMS_Menu_dropdown .CMS_Menu_dropdown-start-icon {

    margin-right: 0.375rem
}

  .CMS_Menu_root:not(.CMS_Menu_hide-label) .CMS_Menu_dropdown .CMS_Menu_dropdown-icon {

    margin-left: 0.5rem
}

  .CMS_Menu_root.CMS_Menu_hide-dropdown-icon-mobile .CMS_Menu_dropdown .CMS_Menu_dropdown-start-icon {

    margin-right: 0px !important
}

  @media (min-width: 768px) {

    .CMS_Menu_root.CMS_Menu_hide-dropdown-icon-mobile .CMS_Menu_dropdown .CMS_Menu_dropdown-start-icon {

        margin-right: 0.375rem !important
    }
}

  .CMS_Menu_root.CMS_Menu_hide-dropdown-icon-mobile .CMS_Menu_dropdown .CMS_Menu_dropdown-icon {

    display: none !important
}

  @media (min-width: 768px) {

    .CMS_Menu_root.CMS_Menu_hide-dropdown-icon-mobile .CMS_Menu_dropdown .CMS_Menu_dropdown-icon {

        display: block !important
    }
}

.CMS_Menu_dropdown {

    white-space: nowrap
}

.CMS_Menu_dropdown-start-icon {

    margin-left: -0.125rem;

    height: 1.25rem;

    width: 1.25rem
}

.CMS_Menu_dropdown-icon {

    margin-right: -0.125rem;

    height: 1.25rem;

    width: 1.25rem
}

.CMS_Menu_menu {

    position: absolute;

    right: 0px;

    z-index: 40;

    width: 14rem;

    transform-origin: top right
}

.CMS_Menu_menu > :not([hidden]) ~ :not([hidden]) {

    --tw-divide-y-reverse: 0;

    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));

    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));

    --tw-divide-opacity: 1;

    border-color: rgb(243 244 246 / var(--tw-divide-opacity))
}

.CMS_Menu_menu {

    border-radius: 0.375rem;

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(229 231 235 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity));

    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.CMS_Menu_menu:focus {

    outline: 2px solid transparent;

    outline-offset: 2px
}

:is(.dark .CMS_Menu_menu) > :not([hidden]) ~ :not([hidden]) {

    --tw-divide-opacity: 1;

    border-color: rgb(75 85 99 / var(--tw-divide-opacity))
}

:is(.dark .CMS_Menu_menu) {

    --tw-border-opacity: 1;

    border-color: rgb(55 65 81 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(30 41 59 / var(--tw-bg-opacity));

    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.CMS_MenuGroup_root {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}
:is(.dark .CMS_MenuGroup_root) {
    --tw-border-opacity: 1;
    border-color: rgb(51 65 85 / var(--tw-border-opacity))
}

.CMS_MenuItemLink_root {

    display: flex;

    width: 100%;

    align-items: center;

    justify-content: space-between;

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    text-align: left;

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

.CMS_MenuItemLink_root:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(241 245 249 / var(--tw-bg-opacity))
}

:is(.dark .CMS_MenuItemLink_root) {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

:is(.dark .CMS_MenuItemLink_root:hover) {

    --tw-bg-opacity: 1;

    background-color: rgb(15 23 42 / var(--tw-bg-opacity))
}

  .CMS_MenuItemLink_root.CMS_MenuItemLink_active {

    --tw-bg-opacity: 1;

    background-color: rgb(241 245 249 / var(--tw-bg-opacity))
}

  :is(.dark .CMS_MenuItemLink_root.CMS_MenuItemLink_active) {

    --tw-bg-opacity: 1;

    background-color: rgb(15 23 42 / var(--tw-bg-opacity))
}

.CMS_MenuItemLink_content {

    display: flex;

    flex-grow: 1;

    align-items: center;

    gap: 0.5rem
}

.CMS_MenuItemLink_start-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_MenuItemLink_end-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_BottomNavigation_root {

    position: fixed;

    bottom: 0px;

    left: 0px;

    right: 0px;

    display: flex;

    height: 4rem;

    --tw-bg-opacity: 1;

    background-color: rgb(249 250 251 / var(--tw-bg-opacity));

    padding-left: 1.5rem;

    padding-right: 1.5rem;

    padding-top: 0.25rem;

    padding-bottom: 0.25rem;

    --tw-shadow: 0 -10px 10px -5px rgb(0 0 0 / 0.15);

    --tw-shadow-colored: 0 -10px 10px -5px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

:is(.dark .CMS_BottomNavigation_root) {

    --tw-bg-opacity: 1;

    background-color: rgb(31 41 55 / var(--tw-bg-opacity))
}

@media (min-width: 768px) {

    .CMS_BottomNavigation_root {

        display: none
    }
}

.CMS_BottomNavigation_menu-button {

    flex-grow: 1
}

.CMS_BottomNavigation_menu-button-icon {

    height: 1.5rem;

    width: 1.5rem
}

.CMS_BottomNavigation_add-button {

    flex-grow: 1
}

.CMS_BottomNavigation_add-button-icon {

    height: 1.5rem;

    width: 1.5rem
}

.CMS_BottomNavigation_quick-create {

    flex-grow: 1
}

.CMS_BottomNavigation_quick-create-button {

    width: 100%
}

.CMS_BottomNavigation_site-url-button {

    flex-grow: 1
}

.CMS_BottomNavigation_site-url-button-icon {

    height: 1.5rem;

    width: 1.5rem
}

.CMS_Breadcrumbs_root {

    display: flex;

    height: 100%;

    flex-grow: 1;

    align-items: center;

    gap: 0.25rem;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    font-size: 1.25rem;

    line-height: 1.75rem;

    font-weight: 600;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_Breadcrumbs_root) {

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 768px) {

    .CMS_Breadcrumbs_root {

        width: auto
    }
}

.CMS_Breadcrumbs_links-wrapper {

    position: relative;

    display: none;

    height: 100%;

    flex-grow: 1;

    overflow: hidden
}

@media (min-width: 768px) {

    .CMS_Breadcrumbs_links-wrapper {

        display: flex
    }
}

.CMS_Breadcrumbs_links {

    position: absolute;

    inset: 0px;

    display: flex;

    width: 100%;

    align-items: center;

    gap: 0.25rem;

    padding-left: 0.25rem
}

.CMS_Breadcrumbs_breadcrumb-link {

    overflow: hidden;

    white-space: nowrap;

    border-radius: 0.375rem
}

.CMS_Breadcrumbs_breadcrumb-link:hover {

    --tw-text-opacity: 1;

    color: rgb(156 163 175 / var(--tw-text-opacity))
}

.CMS_Breadcrumbs_breadcrumb-link:focus {

    outline: 2px solid transparent;

    outline-offset: 2px;

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))
}

:is(.dark .CMS_Breadcrumbs_breadcrumb-link:hover) {

    --tw-text-opacity: 1;

    color: rgb(156 163 175 / var(--tw-text-opacity))
}

:is(.dark .CMS_Breadcrumbs_breadcrumb-link:focus) {

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity))
}

.CMS_Breadcrumbs_breadcrumb-link.CMS_Breadcrumbs_breadcrumb-truncated {

    text-overflow: ellipsis
}

.CMS_Breadcrumbs_breadcrumb-link:not(.CMS_Breadcrumbs_breadcrumb-truncated) {

    flex-shrink: 0
}

.CMS_Breadcrumbs_breadcrumb-text {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap
}

.CMS_Breadcrumbs_breadcrumb-text.CMS_Breadcrumbs_breadcrumb-truncated {

    text-overflow: ellipsis
}

.CMS_Breadcrumbs_breadcrumb-text:not(.CMS_Breadcrumbs_breadcrumb-truncated) {

    flex-shrink: 0
}

.CMS_Breadcrumbs_last-non-editor-breadcrumb-link {

    display: flex;

    width: 100%;

    align-items: center;

    gap: 0.5rem;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap
}

.CMS_Breadcrumbs_last-non-editor-breadcrumb-link:focus {

    outline: 2px solid transparent;

    outline-offset: 2px;

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))
}

:is(.dark .CMS_Breadcrumbs_last-non-editor-breadcrumb-link:focus) {

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity))
}

@media (min-width: 768px) {

    .CMS_Breadcrumbs_last-non-editor-breadcrumb-link {

        display: none
    }
}

.CMS_Breadcrumbs_mobile-current-breadcrumb-link {

    display: flex;

    width: 100%;

    align-items: center;

    gap: 0.5rem;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap
}

.CMS_Breadcrumbs_mobile-current-breadcrumb-link:focus {

    outline: 2px solid transparent;

    outline-offset: 2px;

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))
}

:is(.dark .CMS_Breadcrumbs_mobile-current-breadcrumb-link:focus) {

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity))
}

@media (min-width: 768px) {

    .CMS_Breadcrumbs_mobile-current-breadcrumb-link {

        display: none
    }
}

.CMS_Breadcrumbs_mobile-backlink {

    height: 1.5rem;

    width: 1.5rem
}

.CMS_Breadcrumbs_mobile-current-breadcrumb-text {

    display: block;

    width: 100%;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap
}

@media (min-width: 768px) {

    .CMS_Breadcrumbs_mobile-current-breadcrumb-text {

        display: none
    }
}

.CMS_MenuItemButton_root {

    display: flex;

    width: 100%;

    cursor: pointer;

    align-items: center;

    justify-content: space-between;

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    text-align: left;

    font-size: 0.875rem;

    line-height: 1.25rem
}

  .CMS_MenuItemButton_root:not(.CMS_MenuItemButton_disabled).CMS_MenuItemButton_active {

    --tw-bg-opacity: 1;

    background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}

  :is(.dark .CMS_MenuItemButton_root:not(.CMS_MenuItemButton_disabled).CMS_MenuItemButton_active) {

    --tw-bg-opacity: 1;

    background-color: rgb(71 85 105 / var(--tw-bg-opacity))
}

  .CMS_MenuItemButton_root.CMS_MenuItemButton_default {

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

  :is(.dark .CMS_MenuItemButton_root.CMS_MenuItemButton_default) {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

  .CMS_MenuItemButton_root.CMS_MenuItemButton_default.CMS_MenuItemButton_disabled {

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity))
}

  :is(.dark .CMS_MenuItemButton_root.CMS_MenuItemButton_default.CMS_MenuItemButton_disabled) {

    --tw-text-opacity: 1;

    color: rgb(55 65 81 / var(--tw-text-opacity))
}

  .CMS_MenuItemButton_root.CMS_MenuItemButton_default:not(.CMS_MenuItemButton_disabled):hover {

    --tw-bg-opacity: 1;

    background-color: rgb(229 231 235 / var(--tw-bg-opacity))
}

  :is(.dark .CMS_MenuItemButton_root.CMS_MenuItemButton_default:not(.CMS_MenuItemButton_disabled):hover) {

    --tw-bg-opacity: 1;

    background-color: rgb(71 85 105 / var(--tw-bg-opacity))
}

  .CMS_MenuItemButton_root.CMS_MenuItemButton_warning {

    --tw-text-opacity: 1;

    color: rgb(202 138 4 / var(--tw-text-opacity))
}

  :is(.dark .CMS_MenuItemButton_root.CMS_MenuItemButton_warning) {

    --tw-text-opacity: 1;

    color: rgb(234 179 8 / var(--tw-text-opacity))
}

  .CMS_MenuItemButton_root.CMS_MenuItemButton_warning.CMS_MenuItemButton_disabled {

    --tw-text-opacity: 1;

    color: rgb(253 224 71 / var(--tw-text-opacity))
}

  :is(.dark .CMS_MenuItemButton_root.CMS_MenuItemButton_warning.CMS_MenuItemButton_disabled:hover) {

    --tw-bg-opacity: 1;

    background-color: rgb(133 77 14 / var(--tw-bg-opacity))
}

  .CMS_MenuItemButton_root.CMS_MenuItemButton_warning:not(.CMS_MenuItemButton_disabled):hover {

    --tw-bg-opacity: 1;

    background-color: rgb(234 179 8 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

  :is(.dark .CMS_MenuItemButton_root.CMS_MenuItemButton_warning:not(.CMS_MenuItemButton_disabled):hover) {

    --tw-bg-opacity: 1;

    background-color: rgb(202 138 4 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(254 249 195 / var(--tw-text-opacity))
}

  .CMS_MenuItemButton_root.CMS_MenuItemButton_error {

    --tw-text-opacity: 1;

    color: rgb(239 68 68 / var(--tw-text-opacity))
}

  :is(.dark .CMS_MenuItemButton_root.CMS_MenuItemButton_error) {

    --tw-text-opacity: 1;

    color: rgb(239 68 68 / var(--tw-text-opacity))
}

  .CMS_MenuItemButton_root.CMS_MenuItemButton_error.CMS_MenuItemButton_disabled {

    --tw-text-opacity: 1;

    color: rgb(254 202 202 / var(--tw-text-opacity))
}

  :is(.dark .CMS_MenuItemButton_root.CMS_MenuItemButton_error.CMS_MenuItemButton_disabled:hover) {

    --tw-bg-opacity: 1;

    background-color: rgb(153 27 27 / var(--tw-bg-opacity))
}

  .CMS_MenuItemButton_root.CMS_MenuItemButton_error:not(.CMS_MenuItemButton_disabled):hover {

    --tw-bg-opacity: 1;

    background-color: rgb(239 68 68 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

  :is(.dark .CMS_MenuItemButton_root.CMS_MenuItemButton_error:not(.CMS_MenuItemButton_disabled):hover) {

    --tw-bg-opacity: 1;

    background-color: rgb(220 38 38 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(254 226 226 / var(--tw-text-opacity))
}

.CMS_MenuItemButton_content {

    display: flex;

    flex-grow: 1;

    align-items: center;

    gap: 0.5rem
}

.CMS_MenuItemButton_start-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_MenuItemButton_end-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_Switch_root {

    position: relative;

    display: inline-flex;

    cursor: pointer;

    align-items: center
}

  .CMS_Switch_root.CMS_Switch_disabled {

    cursor: default
}

  .CMS_Switch_root.CMS_Switch_disabled .CMS_Switch_toggle::after {

    border-color: rgb(107 114 128 / 0.75);

    content: var(--tw-content);

    background-color: rgb(107 114 128 / 0.75)
}

  .peer:checked ~ .CMS_Switch_root.CMS_Switch_disabled .CMS_Switch_toggle {

    background-color: rgb(37 99 235 / 0.25)
}

  .peer:checked ~ .CMS_Switch_root.CMS_Switch_disabled .CMS_Switch_toggle::after {

    content: var(--tw-content);

    border-color: rgb(107 114 128 / 0.75)
}

  .CMS_Switch_root:not(.CMS_Switch_disabled) .CMS_Switch_toggle::after {

    --tw-border-opacity: 1;

    border-color: rgb(209 213 219 / var(--tw-border-opacity));

    content: var(--tw-content);

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.CMS_Switch_input {

    position: absolute;

    width: 1px;

    height: 1px;

    padding: 0;

    margin: -1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    white-space: nowrap;

    border-width: 0
}

.CMS_Switch_input:focus + .CMS_Switch_toggle {

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity))
}

:is(.dark .CMS_Switch_input:focus + .CMS_Switch_toggle) {

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity))
}

.CMS_Switch_input:checked + .CMS_Switch_toggle {

    --tw-bg-opacity: 1;

    background-color: rgb(37 99 235 / var(--tw-bg-opacity))
}

.CMS_Switch_input:checked + .CMS_Switch_toggle::after {

    --tw-translate-x: 100%;

    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

    content: var(--tw-content);

    --tw-border-opacity: 1;

    border-color: rgb(255 255 255 / var(--tw-border-opacity))
}

.CMS_Switch_toggle {

    height: 1.5rem;

    width: 2.75rem;

    border-radius: 9999px;

    --tw-bg-opacity: 1;

    background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}

.CMS_Switch_toggle::after {

    position: absolute;

    top: 0.125rem;

    left: 2px;

    height: 1.25rem;

    width: 1.25rem;

    border-radius: 9999px;

    border-width: 1px;

    transition-property: all;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms;

    --tw-content: '';

    content: var(--tw-content)
}

:is(.dark .CMS_Switch_toggle) {

    --tw-border-opacity: 1;

    border-color: rgb(75 85 99 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(51 65 85 / var(--tw-bg-opacity))
}

.CMS_Switch_label {

    margin-left: 0.75rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_Switch_label) {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

.CMS_SettingsDropdown_root.CMS_SettingsDropdown_in-editor {

    display: none
}

@media (min-width: 768px) {

    .CMS_SettingsDropdown_root.CMS_SettingsDropdown_in-editor {

        display: flex
    }
}

.CMS_SettingsDropdown_avatar-image {

    height: 2.25rem;

    width: 2.25rem;

    border-radius: 9999px
}

.CMS_SettingsDropdown_avatar-icon {

    height: 1.5rem;

    width: 1.5rem
}

.CMS_SettingsDropdown_sr-label {

    position: absolute;

    width: 1px;

    height: 1px;

    padding: 0;

    margin: -1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    white-space: nowrap;

    border-width: 0
}

.CMS_SettingsDropdown_theme-toggle {

    display: flex;

    width: 100%;

    justify-content: space-between
}

.CMS_Navbar_root {

    position: relative;

    z-index: 40;

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity));

    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));

    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

:is(.dark .CMS_Navbar_root) {

    --tw-bg-opacity: 1;

    background-color: rgb(30 41 59 / var(--tw-bg-opacity));

    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));

    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

  .CMS_Navbar_root.CMS_Navbar_in-editor .CMS_Navbar_content-wrapper .CMS_Navbar_content {

    padding-left: 0.75rem
}

  @media (min-width: 768px) {

    .CMS_Navbar_root.CMS_Navbar_in-editor .CMS_Navbar_content-wrapper .CMS_Navbar_content {

        padding-left: 0px
    }
}

  .CMS_Navbar_root.CMS_Navbar_in-editor .CMS_Navbar_content-wrapper .CMS_Navbar_content .CMS_Navbar_breadcrumbs .CMS_Navbar_logo-wrapper {

    display: none
}

  @media (min-width: 768px) {

    .CMS_Navbar_root.CMS_Navbar_in-editor .CMS_Navbar_content-wrapper .CMS_Navbar_content .CMS_Navbar_breadcrumbs .CMS_Navbar_logo-wrapper {

        display: flex
    }
}

.CMS_Navbar_content-wrapper {

    margin-left: auto;

    margin-right: auto;

    padding-right: 0.5rem
}

@media (min-width: 640px) {

    .CMS_Navbar_content-wrapper {

        padding-right: 1rem
    }
}

@media (min-width: 1024px) {

    .CMS_Navbar_content-wrapper {

        padding-right: 1.25rem
    }
}

.CMS_Navbar_content-wrapper .CMS_Navbar_content {

    position: relative;

    display: flex;

    height: 4rem;

    align-items: center;

    justify-content: space-between;

    gap: 0.5rem
}

.CMS_Navbar_breadcrumbs {

    display: flex;

    height: 100%;

    flex: 1 1 0%;

    align-items: stretch;

    justify-content: flex-start;

    gap: 0.5rem;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap
}

@media (min-width: 768px) {

    .CMS_Navbar_breadcrumbs {

        gap: 0.75rem
    }
}

.CMS_Navbar_breadcrumbs .CMS_Navbar_logo-wrapper {

    display: flex;

    width: 4rem;

    flex-shrink: 0;

    align-items: center;

    justify-content: center;

    --tw-bg-opacity: 1;

    background-color: rgb(100 116 139 / var(--tw-bg-opacity))
}

:is(.dark .CMS_Navbar_breadcrumbs .CMS_Navbar_logo-wrapper) {

    --tw-bg-opacity: 1;

    background-color: rgb(51 65 85 / var(--tw-bg-opacity))
}

.CMS_Navbar_breadcrumbs .CMS_Navbar_logo-wrapper .CMS_Navbar_logo {

    height: 2.5rem;

    width: 2.5rem
}

.CMS_Navbar_breadcrumbs .CMS_Navbar_logo-wrapper .CMS_Navbar_logo.CMS_Navbar_custom-logo {

    background-size: contain;

    background-position: center;

    background-repeat: no-repeat;

    object-fit: cover
}

.CMS_Navbar_actions {

    display: flex;

    align-items: center;

    gap: 0.75rem
}

.CMS_Navbar_site-url {

    display: none;

    gap: 0.5rem
}

@media (min-width: 1024px) {

    .CMS_Navbar_site-url {

        display: flex
    }
}

.CMS_Navbar_site-url-label {

    display: none
}

@media (min-width: 1024px) {

    .CMS_Navbar_site-url-label {

        display: flex
    }
}

.CMS_Navbar_site-url-icon {

    height: 1.25rem;

    width: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(156 163 175 / var(--tw-text-opacity))
}

:is(.dark .CMS_Navbar_site-url-icon) {

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity))
}

.CMS_Navbar_quick-create {

    display: none
}

@media (min-width: 768px) {

    .CMS_Navbar_quick-create {

        display: block
    }
}

.CMS_Sidebar_root {

    display: none;

    height: calc(100dvh - 128px);

    width: 256px
}

@media (min-width: 768px) {

    .CMS_Sidebar_root {

        display: block;

        height: calc(100dvh - 64px)
    }
}

.CMS_Sidebar_content {

    height: 100%;

    width: 100%;

    overflow-y: auto;

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity));

    padding-left: 0.75rem;

    padding-right: 0.75rem;

    padding-top: 1rem;

    padding-bottom: 1rem
}

:is(.dark .CMS_Sidebar_content) {

    --tw-bg-opacity: 1;

    background-color: rgb(30 41 59 / var(--tw-bg-opacity))
}

.CMS_Sidebar_items > :not([hidden]) ~ :not([hidden]) {

    --tw-space-y-reverse: 0;

    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));

    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}

.CMS_Sidebar_media-icon {

    height: 1.5rem;

    width: 1.5rem
}

.CMS_MainView_root {

    display: flex;

    --tw-bg-opacity: 1;

    background-color: rgb(248 250 252 / var(--tw-bg-opacity))
}

:is(.dark .CMS_MainView_root) {

    --tw-bg-opacity: 1;

    background-color: rgb(15 23 42 / var(--tw-bg-opacity))
}

.CMS_MainView_body {

    position: relative;

    height: calc(100dvh - 128px);

    width: 100%
}

@media (min-width: 768px) {

    .CMS_MainView_body {

        height: calc(100dvh - 64px)
    }
}

.CMS_MainView_body.CMS_MainView_show-left-nav {

    left: 0px
}

@media (min-width: 768px) {

    .CMS_MainView_body.CMS_MainView_show-left-nav {

        width: calc(100% - 256px)
    }
}

.CMS_MainView_body:not(.CMS_MainView_no-margin) {

    padding-left: 1.25rem;

    padding-right: 1.25rem;

    padding-top: 1rem;

    padding-bottom: 1rem
}

.CMS_MainView_body.CMS_MainView_no-scroll {

    overflow: hidden
}

.CMS_MainView_body:not(.CMS_MainView_no-scroll) {

    overflow-y: auto
}

.CMS_Card_root {

    display: flex;

    height: 100%;

    flex-direction: column;

    border-radius: 0.5rem;

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(243 244 246 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity));

    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);

    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

:is(.dark .CMS_Card_root) {

    border-color: rgb(55 65 81 / 0.4);

    --tw-bg-opacity: 1;

    background-color: rgb(30 41 59 / var(--tw-bg-opacity));

    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.CMS_Card_header {

    margin-bottom: 0.5rem;

    font-size: 1.5rem;

    line-height: 2rem;

    font-weight: 700;

    letter-spacing: -0.025em;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_Card_header) {

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.CMS_Card_content {

    width: 100%;

    padding: 1.25rem;

    font-weight: 400;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_Card_content) {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

.CMS_Card_media {

    width: 100%;

    border-top-left-radius: 0.5rem;

    border-top-right-radius: 0.5rem;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    object-fit: cover
}

.CMS_Card_actions {

    position: relative;

    display: flex;

    height: 100%;

    width: 100%;

    flex-direction: column;

    justify-content: flex-start;

    border-radius: 0.5rem
}

.CMS_Card_actions:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(229 231 235 / var(--tw-bg-opacity))
}

.CMS_Card_actions:focus {

    outline: 2px solid transparent;

    outline-offset: 2px;

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))
}

:is(.dark .CMS_Card_actions:hover) {

    background-color: rgb(51 65 85 / 0.7)
}

:is(.dark .CMS_Card_actions:focus) {

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity))
}

.CMS_ViewStyleControl_root {

    display: flex;

    align-items: center;

    gap: 0.375rem
}

@media (min-width: 1024px) {

    .CMS_ViewStyleControl_root {

        margin-right: 0.25rem
    }
}

.CMS_ViewStyleControl_button.CMS_ViewStyleControl_active {

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

:is(.dark .CMS_ViewStyleControl_button.CMS_ViewStyleControl_active) {

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

.CMS_ViewStyleControl_icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_FilterControl_root {

    display: none
}

@media (min-width: 1024px) {

    .CMS_FilterControl_root {

        display: block
    }
}

.CMS_FilterControl_filter-label {

    margin-left: 0.5rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_FilterControl_filter-label) {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

.CMS_FilterControl_list-root {

    display: flex;

    flex-direction: column;

    gap: 0.5rem
}

.CMS_FilterControl_list-label {

    font-size: 1.125rem;

    line-height: 1.75rem;

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_FilterControl_list-label) {

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.CMS_FilterControl_list-filter {

    margin-left: 0.375rem;

    display: flex;

    align-items: center;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_FilterControl_list-filter) {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

.CMS_FilterControl_list-filter-label {

    margin-left: 0.5rem;

    font-size: 1rem;

    line-height: 1.5rem;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_FilterControl_list-filter-label) {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

.CMS_GroupControl_root {

    display: none
}

@media (min-width: 1024px) {

    .CMS_GroupControl_root {

        display: block
    }
}

.CMS_GroupControl_list {

    display: flex;

    flex-direction: column;

    gap: 0.5rem
}

.CMS_GroupControl_list-label {

    font-size: 1.125rem;

    line-height: 1.75rem;

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_GroupControl_list-label) {

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.CMS_GroupControl_list-option {

    margin-left: 0.125rem;

    display: flex;

    align-items: center;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_GroupControl_list-option) {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

.CMS_GroupControl_list-option-label {

    margin-left: 0.5rem;

    font-size: 1rem;

    line-height: 1.5rem;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_GroupControl_list-option-label) {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

.CMS_GroupControl_list-option-checked-icon {

    margin-left: 0.5rem;

    height: 1.5rem;

    width: 1.5rem;

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

.CMS_GroupControl_list-option-not-checked {

    margin-left: 0.5rem;

    height: 1.5rem;

    width: 1.5rem
}

.CMS_SortControl_root {

    display: none
}

@media (min-width: 1024px) {

    .CMS_SortControl_root {

        display: block
    }
}

.CMS_SortControl_option {
}

.CMS_SortControl_list {

    display: flex;

    flex-direction: column;

    gap: 0.5rem
}

.CMS_SortControl_list-label {

    font-size: 1.125rem;

    line-height: 1.75rem;

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_SortControl_list-label) {

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.CMS_SortControl_list-option {

    margin-left: 0.125rem;

    display: flex;

    align-items: center;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_SortControl_list-option) {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

.CMS_SortControl_list-option-label {

    margin-left: 0.5rem;

    font-size: 1rem;

    line-height: 1.5rem;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_SortControl_list-option-label) {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

.CMS_SortControl_list-option-sorted-icon {

    margin-left: 0.5rem;

    height: 1.5rem;

    width: 1.5rem;

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

.CMS_SortControl_list-option-not-sorted {

    margin-left: 0.5rem;

    height: 1.5rem;

    width: 1.5rem
}

.CMS_MobileCollectionControls_root {

    width: 80%;

    max-width: 240px
}

  .CMS_MobileCollectionControls_root .MuiBackdrop-root {

    width: 100%
}

  .CMS_MobileCollectionControls_root .MuiDrawer-paper {

    box-sizing: border-box;

    width: 80%;

    max-width: 240px
}

.CMS_MobileCollectionControls_content {

    display: flex;

    height: 100%;

    width: 100%;

    flex-direction: column;

    gap: 1.5rem;

    overflow-y: auto;

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity));

    padding-left: 1.25rem;

    padding-right: 1.25rem;

    padding-top: 1rem;

    padding-bottom: 1rem
}

:is(.dark .CMS_MobileCollectionControls_content) {

    --tw-bg-opacity: 1;

    background-color: rgb(30 41 59 / var(--tw-bg-opacity))
}

.CMS_MobileCollectionControls_toggle {

    display: flex
}

@media (min-width: 1024px) {

    .CMS_MobileCollectionControls_toggle {

        display: none !important
    }
}

.CMS_MobileCollectionControls_toggle-icon {

    height: 1.25rem;

    width: 1.25rem
}

@keyframes spin {

    to {

        transform: rotate(360deg)
    }
}

.CMS_CircularProgress_svg {

    animation: spin 1s linear infinite;

    fill: #2563eb;

    --tw-text-opacity: 1;

    color: rgb(229 231 235 / var(--tw-text-opacity))
}

:is(.dark .CMS_CircularProgress_svg) {

    --tw-text-opacity: 1;

    color: rgb(75 85 99 / var(--tw-text-opacity))
}

  .CMS_CircularProgress_svg.CMS_CircularProgress_md {

    height: 2rem;

    width: 2rem
}

  .CMS_CircularProgress_svg.CMS_CircularProgress_sm {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_CircularProgress_sr-label {

    position: absolute;

    width: 1px;

    height: 1px;

    padding: 0;

    margin: -1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    white-space: nowrap;

    border-width: 0
}

.CMS_Loader_root {
    position: absolute;
    inset: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity))
}
:is(.dark .CMS_Loader_root) {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity))
}

.CMS_Image_root:not(.CMS_Image_empty) {
    max-width: 100%;
    overflow: hidden;
    object-fit: cover
}
  .CMS_Image_root.CMS_Image_empty {
    max-width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(229 231 235 / 0.75);
    padding: 2.5rem
}
  :is(.dark .CMS_Image_root.CMS_Image_empty) {
    border-color: rgb(71 85 105 / 0.75)
}

.CMS_WidgetPreview_label {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity))
}
:is(.dark .CMS_WidgetPreview_label) {
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity))
}

.CMS_EntryCard_root {

    position: relative;

    height: 100%;

    width: 100%;

    overflow: visible
}

.CMS_EntryCard_content-wrapper {

    position: absolute;

    inset: -0.25rem;

    padding-right: 0.5rem
}

.CMS_EntryCard_content {

    height: 100%;

    width: 100%;

    padding: 0.25rem
}

.CMS_EntryCard_card {

    height: 100%
}

.CMS_EntryCard_card-content {

    display: flex;

    width: 100%;

    align-items: center;

    justify-content: space-between
}

.CMS_EntryCard_card-summary {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap
}

.CMS_EntryCard_local-backup-icon {

    height: 1.25rem;

    width: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(37 99 235 / var(--tw-text-opacity))
}

:is(.dark .CMS_EntryCard_local-backup-icon) {

    --tw-text-opacity: 1;

    color: rgb(147 197 253 / var(--tw-text-opacity))
}

.CMS_Table_root {

    z-index: 2
}

.CMS_Table_table {

    width: 100%;

    text-align: left;

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity))
}

:is(.dark .CMS_Table_table) {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

.CMS_Table_header {

    font-size: 0.75rem;

    line-height: 1rem
}

.CMS_Table_header-row {

    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);

    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.CMS_Table_header-cell {

    position: sticky;

    top: 0px;

    border-width: 0px;

    padding: 0px;

    font-weight: 700
}

.CMS_Table_header-cell-content {

    width: 100%;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    border-bottom-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(243 244 246 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity));

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 0.75rem;

    padding-bottom: 0.75rem;

    font-size: 14px;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_Table_header-cell-content) {

    --tw-border-opacity: 1;

    border-color: rgb(55 65 81 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(30 41 59 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.CMS_Table_body-row {

    border-top-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(243 244 246 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.CMS_Table_body-row:first-child {

    border-top-width: 0px
}

.CMS_Table_body-row:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(248 250 252 / var(--tw-bg-opacity))
}

.CMS_Table_body-row:focus {

    --tw-bg-opacity: 1;

    background-color: rgb(243 244 246 / var(--tw-bg-opacity));

    outline: 2px solid transparent;

    outline-offset: 2px
}

:is(.dark .CMS_Table_body-row) {

    --tw-border-opacity: 1;

    border-color: rgb(55 65 81 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(30 41 59 / var(--tw-bg-opacity))
}

:is(.dark .CMS_Table_body-row:hover) {

    --tw-bg-opacity: 1;

    background-color: rgb(51 65 85 / var(--tw-bg-opacity))
}

:is(.dark .CMS_Table_body-row):focus {

    --tw-bg-opacity: 1;

    background-color: rgb(51 65 85 / var(--tw-bg-opacity))
}

.CMS_Table_body-cell {

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity))
}

:is(.dark .CMS_Table_body-cell) {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

.CMS_Table_body-cell.CMS_Table_body-cell-has-link {

    padding: 0px
}

.CMS_Table_body-cell:not(.CMS_Table_body-cell-has-link) {

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 0.75rem;

    padding-bottom: 0.75rem
}

.CMS_Table_body-cell.CMS_Table_body-cell-emphasis {

    white-space: nowrap;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_Table_body-cell.CMS_Table_body-cell-emphasis) {

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.CMS_Table_body-cell.CMS_Table_body-cell-shrink {

    width: 0px
}

.CMS_Table_body-cell-content {

    height: 44px;

    width: 100%;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap
}

.CMS_Table_body-cell-link {

    display: flex;

    height: 100%;

    width: 100%;

    white-space: nowrap;

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 0.75rem;

    padding-bottom: 0.75rem
}

.CMS_Entries_root {

    border-radius: 0.375rem;

    background-color: rgb(253 224 71 / 0.75);

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    padding-left: 0.75rem;

    padding-right: 0.75rem;

    font-size: 0.875rem;

    line-height: 1.25rem
}

:is(.dark .CMS_Entries_root) {

    background-color: rgb(133 77 14 / 0.75)
}

.CMS_Entries_group {

    padding-bottom: 0.75rem
}

.CMS_Entries_group-content-wrapper {

    margin: -0.25rem
}

.CMS_Entries_group-content {

    display: flex;

    gap: 0.5rem;

    overflow-x: auto;

    padding: 0.25rem
}

.CMS_Entries_group-button {

    white-space: nowrap
}

.CMS_Entries_entry-listing {

    overflow: hidden;

    padding-bottom: 0.75rem
}

.CMS_Entries_entry-listing-loading {

    position: absolute;

    inset: 0px;

    display: flex;

    align-items: center;

    justify-content: center;

    background-color: rgb(248 250 252 / 0.5)
}

:is(.dark .CMS_Entries_entry-listing-loading) {

    background-color: rgb(15 23 42 / 0.5)
}

.CMS_Entries_entry-listing-grid {

    position: relative;

    height: 100%;

    flex-grow: 1
}

.CMS_Entries_entry-listing-grid-container {

    position: relative;

    height: 100%
}

.CMS_Entries_entry-listing-cards {

    position: relative;

    margin-left: -0.25rem;

    height: 100%;

    width: calc(100% + 8px);

    overflow: hidden
}

.CMS_Entries_entry-listing-cards-grid-wrapper {

    overflow: hidden
}

.CMS_Entries_entry-listing-cards-grid {

    overflow-y: auto;

    overflow-x: hidden !important
}

.CMS_Entries_entry-listing-table {

    position: relative;

    height: 100%;

    max-height: 100%;

    overflow: hidden;

    border-radius: 0.75rem;

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(243 244 246 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity));

    padding: 0.375rem;

    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);

    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

:is(.dark .CMS_Entries_entry-listing-table) {

    border-color: rgb(55 65 81 / 0.4);

    --tw-bg-opacity: 1;

    background-color: rgb(30 41 59 / var(--tw-bg-opacity));

    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.CMS_Entries_entry-listing-table-content {

    position: relative;

    height: 100%;

    overflow: auto
}

.CMS_Entries_entry-listing-table-row:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(229 231 235 / var(--tw-bg-opacity))
}

:is(.dark .CMS_Entries_entry-listing-table-row:hover) {

    background-color: rgb(51 65 85 / 0.7)
}

.CMS_Entries_entry-listing-local-backup {

    height: 1.25rem;

    width: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(37 99 235 / var(--tw-text-opacity))
}

:is(.dark .CMS_Entries_entry-listing-local-backup) {

    --tw-text-opacity: 1;

    color: rgb(147 197 253 / var(--tw-text-opacity))
}

.CMS_Collection_root {

    display: flex;

    height: 100%;

    flex-direction: column;

    overflow: hidden;

    padding-left: 1.25rem;

    padding-right: 1.25rem;

    padding-top: 1rem
}

.CMS_Collection_content {

    margin-bottom: 1rem;

    display: flex;

    flex-direction: row;

    flex-wrap: wrap;

    align-items: center;

    gap: 1rem
}

@media (min-width: 640px) {

    .CMS_Collection_content {

        gap: 0px
    }
}

@media (min-width: 768px) {

    .CMS_Collection_content {

        flex-wrap: nowrap
    }
}

.CMS_Collection_search-query {

    flex-grow: 1
}

.CMS_Collection_description {

    margin-bottom: 1rem;

    display: flex
}

.CMS_Collection_description-card {

    flex-grow: 1;

    padding-left: 0.875rem;

    padding-right: 0.875rem;

    padding-top: 0.625rem;

    padding-bottom: 0.625rem;

    font-size: 0.875rem;

    line-height: 1.25rem
}

.CMS_Collection_controls {

    position: relative;

    z-index: 20;

    display: flex;

    flex-grow: 1;

    align-items: center;

    justify-content: flex-end;

    gap: 0.375rem
}

@media (min-width: 640px) {

    .CMS_Collection_controls {

        width: auto
    }
}

@media (min-width: 768px) {

    .CMS_Collection_controls {

        flex-grow: 0
    }
}

@media (min-width: 1024px) {

    .CMS_Collection_controls {

        gap: 0.5rem
    }
}

.CMS_Collection_header-wrapper {

    display: flex;

    justify-content: normal;

    gap: 0.5rem;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap
}

@media (min-width: 480px) {

    .CMS_Collection_header-wrapper {

        justify-content: space-between
    }
}

@media (min-width: 640px) {

    .CMS_Collection_header-wrapper {

        justify-content: normal;

        gap: 0.5rem
    }
}

@media (min-width: 768px) {

    .CMS_Collection_header-wrapper {

        width: 100%;

        gap: 1rem
    }
}

.CMS_Collection_header {

    display: flex;

    align-items: center;

    gap: 0.5rem;

    font-size: 1.25rem;

    line-height: 1.75rem;

    font-weight: 600;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_Collection_header) {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

@media (min-width: 768px) {

    .CMS_Collection_header {

        width: auto
    }
}

.CMS_Collection_header-icon {

    display: flex;

    align-items: center
}

.CMS_Collection_header-label {

    max-width: calc(100% - 32px);

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap
}

@media (min-width: 768px) {

    .CMS_Collection_header-label {

        flex-grow: 1
    }
}

.CMS_Collection_new-entry-button {

    display: none
}

@media (min-width: 768px) {

    .CMS_Collection_new-entry-button {

        display: flex
    }
}

.CMS_Alert_root {

    width: 50%;

    min-width: 300px;

    max-width: 600px
}

.CMS_Alert_title {

    padding-left: 1.5rem;

    padding-right: 1.5rem;

    padding-top: 1rem;

    padding-bottom: 1rem;

    font-size: 1.25rem;

    line-height: 1.75rem
}

.CMS_Alert_content {

    padding-left: 1.5rem;

    padding-right: 1.5rem;

    padding-bottom: 1rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(100 116 139 / var(--tw-text-opacity))
}

:is(.dark .CMS_Alert_content) {

    --tw-text-opacity: 1;

    color: rgb(148 163 184 / var(--tw-text-opacity))
}

.CMS_Alert_actions {

    display: flex;

    justify-content: flex-end;

    gap: 0.5rem;

    padding: 0.5rem
}

.CMS_InlineEditTextField_root {

    display: flex;

    flex-direction: column;

    gap: 0.25rem
}

  .CMS_InlineEditTextField_root.CMS_InlineEditTextField_editable .CMS_InlineEditTextField_preview {

    cursor: pointer;

    --tw-border-opacity: 1;

    border-color: rgb(243 244 246 / var(--tw-border-opacity))
}

  .CMS_InlineEditTextField_root.CMS_InlineEditTextField_editable .CMS_InlineEditTextField_preview:hover {

    --tw-border-opacity: 1;

    border-color: rgb(209 213 219 / var(--tw-border-opacity))
}

  :is(.dark .CMS_InlineEditTextField_root.CMS_InlineEditTextField_editable .CMS_InlineEditTextField_preview) {

    --tw-border-opacity: 1;

    border-color: rgb(71 85 105 / var(--tw-border-opacity))
}

  .CMS_InlineEditTextField_root.CMS_InlineEditTextField_editable:focus .CMS_InlineEditTextField_label {

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

  .CMS_InlineEditTextField_root.CMS_InlineEditTextField_editable:hover .CMS_InlineEditTextField_label {

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

.CMS_InlineEditTextField_label {

    display: flex;

    width: 100%;

    font-size: 0.75rem;

    line-height: 1rem;

    font-weight: 700
}

:is(.dark .CMS_InlineEditTextField_label) {

    font-weight: 600
}

.CMS_InlineEditTextField_preview {

    margin-left: -0.375rem;

    display: flex;

    height: 24px;

    width: 100%;

    align-items: center;

    overflow: hidden;

    white-space: nowrap;

    border-radius: 0.375rem;

    border-width: 1px;

    border-color: transparent;

    padding: 0.375rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(71 85 105 / var(--tw-text-opacity))
}

:is(.dark .CMS_InlineEditTextField_preview) {

    --tw-text-opacity: 1;

    color: rgb(243 244 246 / var(--tw-text-opacity))
}

.CMS_InlineEditTextField_input {

    margin-left: -0.375rem;

    display: block;

    height: 24px;

    width: 100%;

    border-radius: 0.375rem;

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(209 213 219 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(249 250 251 / var(--tw-bg-opacity));

    padding: 0.375rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

.CMS_InlineEditTextField_input:focus {

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))
}

.CMS_InlineEditTextField_input:focus-visible {

    outline: 2px solid transparent;

    outline-offset: 2px
}

:is(.dark .CMS_InlineEditTextField_input) {

    --tw-border-opacity: 1;

    border-color: rgb(75 85 99 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(55 65 81 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

:is(.dark .CMS_InlineEditTextField_input)::placeholder {

    --tw-placeholder-opacity: 1;

    color: rgb(156 163 175 / var(--tw-placeholder-opacity))
}

:is(.dark .CMS_InlineEditTextField_input:focus) {

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity))
}

.CMS_TextField_root {

    display: flex;

    width: 100%
}

.CMS_TextField_input {

    width: 100%;

    font-size: 0.875rem;

    line-height: 1.25rem
}

.CMS_TextField_input.CMS_TextField_borderless {

    height: 1.5rem;

    background-color: transparent;

    padding-left: 0.75rem;

    padding-right: 0.75rem;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity));

    outline: 2px solid transparent;

    outline-offset: 2px
}

.CMS_TextField_input.CMS_TextField_borderless:disabled {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

:is(.dark .CMS_TextField_input.CMS_TextField_borderless) {

    --tw-text-opacity: 1;

    color: rgb(243 244 246 / var(--tw-text-opacity))
}

:is(.dark .CMS_TextField_input.CMS_TextField_borderless:disabled) {

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity))
}

.CMS_TextField_input.CMS_TextField_contained {

    display: block;

    border-radius: 0.5rem;

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(209 213 219 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(249 250 251 / var(--tw-bg-opacity));

    padding: 0.625rem;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

.CMS_TextField_input.CMS_TextField_contained:focus {

    --tw-border-opacity: 1;

    border-color: rgb(59 130 246 / var(--tw-border-opacity));

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity))
}

:is(.dark .CMS_TextField_input.CMS_TextField_contained) {

    --tw-border-opacity: 1;

    border-color: rgb(75 85 99 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(55 65 81 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

:is(.dark .CMS_TextField_input.CMS_TextField_contained)::placeholder {

    --tw-placeholder-opacity: 1;

    color: rgb(156 163 175 / var(--tw-placeholder-opacity))
}

:is(.dark .CMS_TextField_input.CMS_TextField_contained:focus) {

    --tw-border-opacity: 1;

    border-color: rgb(59 130 246 / var(--tw-border-opacity));

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity))
}

.CMS_TextField_input.CMS_TextField_cursor-pointer {

    cursor: pointer
}

.CMS_TextField_input.CMS_TextField_cursor-text {

    cursor: text
}

.CMS_TextField_input.CMS_TextField_cursor-default {

    cursor: default
}

.CMS_FolderCreationDialog_root {

    width: 50%;

    min-width: 300px;

    max-width: 600px
}

.CMS_FolderCreationDialog_header {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 1rem;

    padding-bottom: 0.75rem
}

.CMS_FolderCreationDialog_title {

    font-size: 1.25rem;

    line-height: 1.75rem;

    font-weight: 600;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_FolderCreationDialog_title) {

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.CMS_FolderCreationDialog_close-button-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_FolderCreationDialog_name-input-wrapper {

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem
}

.CMS_FolderCreationDialog_actions {

    display: flex;

    align-items: center;

    justify-content: flex-end
}

.CMS_FolderCreationDialog_actions > :not([hidden]) ~ :not([hidden]) {

    --tw-space-x-reverse: 0;

    margin-right: calc(0.5rem * var(--tw-space-x-reverse));

    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.CMS_FolderCreationDialog_actions {

    padding: 1rem
}

.CMS_Checkbox_root {

  position: relative;

  display: inline-flex;

  cursor: pointer;

  align-items: center
}

  .CMS_Checkbox_root.CMS_Checkbox_disabled {

  cursor: default
}

  .CMS_Checkbox_root.CMS_Checkbox_disabled .CMS_Checkbox_input + .CMS_Checkbox_custom-input {

  background-color: rgb(37 99 235 / 0.25)
}

  .CMS_Checkbox_root.CMS_Checkbox_disabled .CMS_Checkbox_input + .CMS_Checkbox_custom-input::after {

  content: var(--tw-content);

  border-color: rgb(107 114 128 / 0.75)
}

  .CMS_Checkbox_root.CMS_Checkbox_disabled .CMS_Checkbox_custom-input {

  background-color: rgb(243 244 246 / 0.75)
}

  :is(.dark .CMS_Checkbox_root.CMS_Checkbox_disabled .CMS_Checkbox_custom-input) {

  background-color: rgb(55 65 81 / 0.75)
}

.CMS_Checkbox_input {

  position: absolute;

  width: 1px;

  height: 1px;

  padding: 0;

  margin: -1px;

  overflow: hidden;

  clip: rect(0, 0, 0, 0);

  white-space: nowrap;

  border-width: 0;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent
}

.CMS_Checkbox_input:focus + .CMS_Checkbox_custom-input {

  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);

  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

  --tw-ring-opacity: 1;

  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity))
}

:is(.dark .CMS_Checkbox_input:focus + .CMS_Checkbox_custom-input) {

  --tw-ring-opacity: 1;

  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity))
}

.CMS_Checkbox_input:checked + .CMS_Checkbox_custom-input {

  --tw-bg-opacity: 1;

  background-color: rgb(37 99 235 / var(--tw-bg-opacity))
}

.CMS_Checkbox_input:checked + .CMS_Checkbox_custom-input::after {

  --tw-translate-x: 100%;

  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

  content: var(--tw-content);

  --tw-border-opacity: 1;

  border-color: rgb(255 255 255 / var(--tw-border-opacity))
}

.CMS_Checkbox_custom-input {

  display: flex;

  height: 1.5rem;

  width: 1.5rem;

  -webkit-user-select: none;

          user-select: none;

  align-items: center;

  justify-content: center;

  border-radius: 0.25rem;

  --tw-border-opacity: 1;

  border-color: rgb(209 213 219 / var(--tw-border-opacity));

  --tw-bg-opacity: 1;

  background-color: rgb(243 244 246 / var(--tw-bg-opacity));

  --tw-text-opacity: 1;

  color: rgb(37 99 235 / var(--tw-text-opacity))
}

.CMS_Checkbox_custom-input:focus {

  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);

  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

  --tw-ring-opacity: 1;

  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity))
}

:is(.dark .CMS_Checkbox_custom-input) {

  --tw-border-opacity: 1;

  border-color: rgb(75 85 99 / var(--tw-border-opacity));

  --tw-bg-opacity: 1;

  background-color: rgb(55 65 81 / var(--tw-bg-opacity));

  --tw-ring-offset-color: #1f2937
}

:is(.dark .CMS_Checkbox_custom-input:focus) {

  --tw-ring-opacity: 1;

  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity))
}

.CMS_Checkbox_checkmark {

  height: 1.25rem;

  width: 1.25rem;

  --tw-text-opacity: 1;

  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.CMS_Pill_root {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    border-radius: 0.5rem;

    padding-left: 0.75rem;

    padding-right: 0.75rem;

    padding-top: 0.25rem;

    padding-bottom: 0.25rem;

    font-size: 0.75rem;

    line-height: 1rem;

    font-weight: 500
}

  .CMS_Pill_root.CMS_Pill_no-wrap {

    white-space: nowrap
}

  .CMS_Pill_root.CMS_Pill_primary {

    --tw-bg-opacity: 1;

    background-color: rgb(29 78 216 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(243 244 246 / var(--tw-text-opacity))
}

  :is(.dark .CMS_Pill_root.CMS_Pill_primary) {

    --tw-bg-opacity: 1;

    background-color: rgb(29 78 216 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(243 244 246 / var(--tw-text-opacity))
}

  .CMS_Pill_root.CMS_Pill_default {

    --tw-bg-opacity: 1;

    background-color: rgb(229 231 235 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

  :is(.dark .CMS_Pill_root.CMS_Pill_default) {

    --tw-bg-opacity: 1;

    background-color: rgb(55 65 81 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(243 244 246 / var(--tw-text-opacity))
}

  .CMS_Pill_root.CMS_Pill_disabled.CMS_Pill_primary {

    background-color: rgb(147 197 253 / 0.75);

    color: rgb(243 244 246 / 0.75)
}

  :is(.dark .CMS_Pill_root.CMS_Pill_disabled.CMS_Pill_primary) {

    background-color: rgb(29 78 216 / 0.25);

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity))
}

  .CMS_Pill_root.CMS_Pill_disabled.CMS_Pill_default {

    --tw-bg-opacity: 1;

    background-color: rgb(243 244 246 / var(--tw-bg-opacity));

    color: rgb(156 163 175 / 0.75)
}

  :is(.dark .CMS_Pill_root.CMS_Pill_disabled.CMS_Pill_default) {

    background-color: rgb(31 41 55 / 0.75);

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity))
}

.CMS_MediaLibraryCard_root {

    position: relative;

    height: 240px;

    width: 240px
}

.CMS_MediaLibraryCard_action {

    height: 240px;

    width: 240px;

    cursor: pointer;

    overflow: hidden;

    border-radius: 0.375rem;

    border-width: 1px;

    border-color: rgb(229 231 235 / 0.75);

    background-color: rgb(249 250 251 / 0.75);

    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);

    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

:is(.dark .CMS_MediaLibraryCard_action) {

    border-color: rgb(71 85 105 / 0.75);

    --tw-bg-opacity: 1;

    background-color: rgb(30 41 59 / var(--tw-bg-opacity))
}

.CMS_MediaLibraryCard_action:hover .CMS_MediaLibraryCard_controls-overlay {

    visibility: visible;

    background-color: rgb(191 219 254 / 0.25)
}

:is(.dark .CMS_MediaLibraryCard_action:hover .CMS_MediaLibraryCard_controls-overlay) {

    background-color: rgb(96 165 250 / 0.6)
}

.CMS_MediaLibraryCard_handle {

    position: absolute;

    inset: 0px;

    z-index: 20;

    overflow: visible;

    border-radius: 0.375rem
}

.CMS_MediaLibraryCard_handle:focus {

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))
}

.CMS_MediaLibraryCard_handle:focus-visible {

    outline: 2px solid transparent;

    outline-offset: 2px
}

:is(.dark .CMS_MediaLibraryCard_handle:focus) {

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity))
}

.CMS_MediaLibraryCard_outline {

    position: absolute;

    inset: 0px;

    z-index: 20;

    border-radius: 0.375rem;

    border-width: 2px;

    --tw-border-opacity: 1;

    border-color: rgb(59 130 246 / var(--tw-border-opacity))
}

.CMS_MediaLibraryCard_text {

    display: flex;

    width: 100%;

    overflow: hidden;

    white-space: nowrap;

    padding: 0.75rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(71 85 105 / var(--tw-text-opacity))
}

:is(.dark .CMS_MediaLibraryCard_text) {

    font-weight: 600;

    --tw-text-opacity: 1;

    color: rgb(243 244 246 / var(--tw-text-opacity))
}

.CMS_MediaLibraryCard_controls-overlay {

    visibility: hidden;

    position: absolute;

    inset: 0px;

    z-index: 20;

    border-radius: 0.375rem;

    transition-property: all;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

.group\/media-card:hover .CMS_MediaLibraryCard_controls-overlay {

    visibility: visible;

    background-color: rgb(191 219 254 / 0.25)
}

:is(.dark .group\/media-card:hover .CMS_MediaLibraryCard_controls-overlay) {

    background-color: rgb(96 165 250 / 0.6)
}

.CMS_MediaLibraryCard_controls {

    position: absolute;

    top: 0.5rem;

    right: 0.5rem;

    display: flex;

    gap: 0.25rem
}

.CMS_MediaLibraryCard_control-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_MediaLibraryCard_download-button {

    background-color: rgb(17 24 39 / 0.25);

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

:is(.dark .CMS_MediaLibraryCard_download-button) {

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

:is(.dark .CMS_MediaLibraryCard_download-button:hover) {

    background-color: rgb(30 64 175 / 0.8);

    --tw-text-opacity: 1;

    color: rgb(219 234 254 / var(--tw-text-opacity))
}

.CMS_MediaLibraryCard_delete-button {

    position: relative;

    z-index: 30;

    background-color: rgb(17 24 39 / 0.25);

    --tw-text-opacity: 1;

    color: rgb(248 113 113 / var(--tw-text-opacity))
}

:is(.dark .CMS_MediaLibraryCard_delete-button:hover) {

    background-color: rgb(153 27 27 / 0.4);

    --tw-text-opacity: 1;

    color: rgb(220 38 38 / var(--tw-text-opacity))
}

.CMS_MediaLibraryCard_details {

    position: relative
}

.CMS_MediaLibraryCard_selection-overlay {

    position: absolute;

    top: 0.75rem;

    left: 0.75rem;

    z-index: 20;

    display: flex;

    align-items: center;

    gap: 0.25rem
}

.CMS_MediaLibraryCard_image {

    height: 196px;

    width: 240px;

    border-radius: 0.375rem
}

.CMS_MediaLibraryCard_folder {

    display: flex;

    height: 196px;

    width: 240px;

    align-items: center;

    justify-content: center;

    --tw-bg-opacity: 1;

    background-color: rgb(107 114 128 / var(--tw-bg-opacity));

    font-size: 3rem;

    line-height: 1;

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(229 231 235 / var(--tw-text-opacity))
}

:is(.dark .CMS_MediaLibraryCard_folder) {

    --tw-bg-opacity: 1;

    background-color: rgb(51 65 85 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(148 163 184 / var(--tw-text-opacity))
}

.CMS_MediaLibraryCard_folder-icon {

    height: 6rem;

    width: 6rem
}

.CMS_MediaLibraryCard_file {

    display: flex;

    height: 196px;

    width: 240px;

    align-items: center;

    justify-content: center;

    --tw-bg-opacity: 1;

    background-color: rgb(107 114 128 / var(--tw-bg-opacity));

    font-size: 3rem;

    line-height: 1;

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(229 231 235 / var(--tw-text-opacity))
}

:is(.dark .CMS_MediaLibraryCard_file) {

    --tw-bg-opacity: 1;

    background-color: rgb(51 65 85 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(148 163 184 / var(--tw-text-opacity))
}

.CMS_MediaLibrary_root {

    position: relative;

    height: 100%;

    width: 100%;

    border-width: 2px;

    border-color: transparent;

    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

  .CMS_MediaLibrary_root.CMS_MediaLibrary_for-image .CMS_MediaLibrary_preview {

    display: grid;

    grid-template-columns: 126px auto
}

  .CMS_MediaLibrary_root.CMS_MediaLibrary_for-image .CMS_MediaLibrary_preview-details {

    padding-left: 1rem
}

  .CMS_MediaLibrary_root:not(.CMS_MediaLibrary_for-image) .CMS_MediaLibrary_preview {

    display: flex;

    width: 100%
}

  .CMS_MediaLibrary_root:not(.CMS_MediaLibrary_for-image) .CMS_MediaLibrary_preview-details {

    width: 100%;

    padding-left: 0.375rem
}

  .CMS_MediaLibrary_root.CMS_MediaLibrary_is-dialog .CMS_MediaLibrary_grid-wrapper {

    border-bottom-right-radius: 0.5rem;

    border-bottom-left-radius: 0.5rem
}

  .CMS_MediaLibrary_root:not(.CMS_MediaLibrary_supports-folders) .CMS_MediaLibrary_grid-wrapper {

    padding-top: 20px
}

  .CMS_MediaLibrary_root.CMS_MediaLIbrary_drop-area-active {

    --tw-border-opacity: 1;

    border-color: rgb(59 130 246 / var(--tw-border-opacity))
}

  .CMS_MediaLibrary_root.CMS_MediaLIbrary_drop-area-active .CMS_MediaLibrary_drop-area {

    opacity: 1
}

.CMS_MediaLibrary_is-dialog {

    border-radius: 0.5rem
}

.CMS_MediaLibrary_supports-folders .CMS_MediaLibrary_controls {

    border-bottom-width: 1px;

    border-color: rgb(229 231 235 / 0.75);

    padding-bottom: 1rem
}

:is(.dark .CMS_MediaLibrary_supports-folders .CMS_MediaLibrary_controls) {

    border-color: rgb(100 116 139 / 0.75)
}

.CMS_MediaLibrary_content-wrapper {

    margin: -0.125rem;

    height: 100%;

    width: 100%
}

.CMS_MediaLibrary_content {

    display: flex;

    height: 100%;

    width: 100%;

    flex-direction: column
}

.CMS_MediaLibrary_drop-area {

    pointer-events: none;

    position: absolute;

    inset: 0px;

    display: flex;

    align-items: center;

    justify-content: center;

    background-color: rgb(255 255 255 / 0.75);

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity));

    opacity: 0;

    transition-property: opacity;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

:is(.dark .CMS_MediaLibrary_drop-area) {

    background-color: rgb(30 41 59 / 0.75);

    --tw-text-opacity: 1;

    color: rgb(96 165 250 / var(--tw-text-opacity))
}

.CMS_MediaLibrary_controls {

    display: flex;

    align-items: center;

    padding-left: 1.25rem;

    padding-right: 1.25rem;

    padding-top: 1rem
}

.CMS_MediaLibrary_upload-controls {

    position: relative;

    display: flex;

    align-items: center;

    gap: 0.75rem
}

.CMS_MediaLibrary_upload-button {

    cursor: pointer
}

.CMS_MediaLibrary_upload-button-icon {

    margin-right: 0.5rem;

    height: 1.25rem;

    width: 1.25rem
}

.CMS_MediaLibrary_upload-button-input {
}

.CMS_MediaLibrary_header {

    margin-right: 2rem;

    display: flex;

    flex-grow: 1;

    gap: 0.75rem
}

.CMS_MediaLibrary_title {

    display: flex;

    align-items: center;

    gap: 0.5rem;

    font-size: 1.25rem;

    line-height: 1.75rem;

    font-weight: 600;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_MediaLibrary_title) {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

.CMS_MediaLibrary_title-icon-wrapper {

    display: flex;

    align-items: center
}

.CMS_MediaLibrary_title-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_MediaLibrary_folder-controls {

    display: flex;

    align-items: center;

    gap: 0.375rem
}

.CMS_MediaLibrary_folder-controls-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_MediaLibrary_folder {

    display: flex;

    align-items: center;

    gap: 0.5rem;

    padding-left: 1.25rem;

    padding-right: 1.25rem;

    padding-top: 1rem;

    padding-bottom: 1rem;

    font-size: 1.25rem;

    line-height: 1.75rem;

    font-weight: 700
}

.CMS_MediaLibrary_folder-icon {

    height: 1.5rem;

    width: 1.5rem
}

.CMS_MediaLibrary_copy-to-clipboard-button {

    background-color: rgb(17 24 39 / 0.25);

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

:is(.dark .CMS_MediaLibrary_copy-to-clipboard-button) {

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

:is(.dark .CMS_MediaLibrary_copy-to-clipboard-button:hover) {

    background-color: rgb(30 64 175 / 0.8);

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.CMS_MediaLibrary_copy-to-clipboard-button-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_MediaLibrary_preview {

    align-items: center;

    border-bottom-width: 1px;

    border-color: rgb(229 231 235 / 0.75);

    padding-left: 1.25rem;

    padding-right: 1.25rem;

    padding-top: 1rem;

    padding-bottom: 1rem
}

:is(.dark .CMS_MediaLibrary_preview) {

    border-color: rgb(100 116 139 / 0.75)
}

.CMS_MediaLibrary_preview-image {

    height: 104px;

    width: 126px;

    overflow: hidden;

    border-radius: 0.375rem;

    border-width: 1px;

    border-color: rgb(229 231 235 / 0.75);

    background-color: rgb(249 250 251 / 0.75);

    object-fit: cover;

    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);

    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

:is(.dark .CMS_MediaLibrary_preview-image) {

    border-color: rgb(71 85 105 / 0.75);

    --tw-bg-opacity: 1;

    background-color: rgb(30 41 59 / var(--tw-bg-opacity))
}

.CMS_MediaLibrary_preview-details {

    display: flex;

    height: 100%;

    flex-direction: column;

    gap: 0.5rem;

    padding: 0px
}

.CMS_MediaLibrary_empty {

    position: relative;

    display: flex;

    flex-grow: 1;

    align-items: center;

    justify-content: center;

    padding: 1.25rem;

    padding-bottom: 5rem
}

:is(.dark .CMS_MediaLibrary_empty) {

    --tw-text-opacity: 1;

    color: rgb(243 244 246 / var(--tw-text-opacity))
}

.CMS_MediaLibrary_files {

    position: relative;

    height: 100%;

    width: 100%
}

.CMS_MediaLibrary_grid-wrapper {

    overflow: hidden
}

.CMS_MediaLibrary_grid {

    overflow: hidden;

    overflow-y: auto;

    padding-left: 1.25rem;

    padding-right: 1.25rem;

    padding-bottom: 0.5rem
}

.CMS_MediaLibrary_search-form {

    max-width: 400px;

    flex-grow: 1
}

.CMS_MediaLibrary_search-label {

    position: absolute;

    width: 1px;

    height: 1px;

    padding: 0;

    margin: -1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    white-space: nowrap;

    border-width: 0;

    font-size: 0.875rem;

    line-height: 1.25rem;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_MediaLibrary_search-label) {

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.CMS_MediaLibrary_search-wrapper {

    position: relative
}

.CMS_MediaLibrary_search-icon-wrapper {

    pointer-events: none;

    position: absolute;

    top: 0px;

    bottom: 0px;

    left: 0px;

    display: flex;

    align-items: center;

    padding-left: 0.75rem
}

.CMS_MediaLibrary_search-icon {

    height: 1.25rem;

    width: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity))
}

:is(.dark .CMS_MediaLibrary_search-icon) {

    --tw-text-opacity: 1;

    color: rgb(156 163 175 / var(--tw-text-opacity))
}

.CMS_MediaLibrary_search-input {

    display: block;

    width: 100%;

    border-radius: 0.5rem;

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(209 213 219 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(249 250 251 / var(--tw-bg-opacity));

    padding: 0.375rem;

    padding-left: 2.5rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

.CMS_MediaLibrary_search-input:focus {

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))
}

.CMS_MediaLibrary_search-input:focus-visible {

    outline: 2px solid transparent;

    outline-offset: 2px
}

:is(.dark .CMS_MediaLibrary_search-input) {

    --tw-border-opacity: 1;

    border-color: rgb(75 85 99 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(55 65 81 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

:is(.dark .CMS_MediaLibrary_search-input)::placeholder {

    --tw-placeholder-opacity: 1;

    color: rgb(156 163 175 / var(--tw-placeholder-opacity))
}

:is(.dark .CMS_MediaLibrary_search-input:focus) {

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity))
}

.CMS_MediaLibraryModal_root {

    height: 80vh;

    width: 80vw
}

  .CMS_MediaLibraryModal_root .CMS_MediaLibraryModal_close-button {

    position: absolute;

    top: -0.875rem;

    left: -0.875rem;

    z-index: 1;

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

  .CMS_MediaLibraryModal_root .CMS_MediaLibraryModal_close-button:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

  :is(.dark .CMS_MediaLibraryModal_root .CMS_MediaLibraryModal_close-button) {

    --tw-bg-opacity: 1;

    background-color: rgb(30 41 59 / var(--tw-bg-opacity))
}

  :is(.dark .CMS_MediaLibraryModal_root .CMS_MediaLibraryModal_close-button:hover) {

    --tw-bg-opacity: 1;

    background-color: rgb(15 23 42 / var(--tw-bg-opacity))
}

.CMS_MediaLibraryModal_close-button-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_EditorToolbar_root {

    display: flex;

    gap: 0.5rem
}

.CMS_EditorToolbar_more-menu {

    display: none
}

@media (min-width: 1024px) {

    .CMS_EditorToolbar_more-menu {

        display: flex
    }
}

.CMS_EditorToolbar_more-menu-button {

    padding-left: 0.375rem;

    padding-right: 0.375rem
}

.CMS_EditorToolbar_more-menu-label-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_EditorToolbar_preview-toggle {

    display: flex
}

@media (min-width: 1024px) {

    .CMS_EditorToolbar_preview-toggle {

        display: none !important
    }
}

.CMS_EditorToolbar_preview-toggle-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_EditorToolbar_delete-button {

    display: flex
}

@media (min-width: 1024px) {

    .CMS_EditorToolbar_delete-button {

        display: none !important
    }
}

.CMS_EditorToolbar_delete-button-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_EditorToolbar_publish-button {
}

.CMS_EditorToolbar_publish-button-icon {

    display: flex
}

@media (min-width: 768px) {

    .CMS_EditorToolbar_publish-button-icon {

        display: none !important
    }
}

.CMS_EditorToolbar_publish-button-label {

    display: none
}

@media (min-width: 768px) {

    .CMS_EditorToolbar_publish-button-label {

        display: block
    }
}

.CMS_EditorControl_root {
}

.CMS_EditorControl_hidden {

    display: none
}

.CMS_LocaleDropdown_root:not(.CMS_LocaleDropdown_no-edit) {

    display: flex;

    align-items: center;

    gap: 0.5rem
}

.CMS_LocaleDropdown_dropdown {
}

.CMS_LocaleDropdown_errors-icon {

    height: 1.75rem;

    width: 1.75rem;

    --tw-text-opacity: 1;

    color: rgb(239 68 68 / var(--tw-text-opacity))
}

.CMS_LocaleDropdown_no-edit {

    border-width: 1px;

    border-color: transparent;

    --tw-text-opacity: 1;

    color: rgb(100 116 139 / var(--tw-text-opacity))
}

:is(.dark .CMS_LocaleDropdown_no-edit) {

    --tw-text-opacity: 1;

    color: rgb(148 163 184 / var(--tw-text-opacity))
}

.CMS_EditorControlPane_root {

    display: flex;

    min-height: 100%;

    width: 100%;

    flex-direction: column
}

  .CMS_EditorControlPane_root:not(.CMS_EditorControlPane_no-border) {

    --tw-border-opacity: 1;

    border-color: rgb(148 163 184 / var(--tw-border-opacity))
}

  @media (min-width: 1024px) {

    .CMS_EditorControlPane_root:not(.CMS_EditorControlPane_no-border) {

        border-right-width: 1px
    }
}

.CMS_EditorControlPane_locale_dropdown_wrapper {

    padding: 0.75rem
}

.CMS_ErrorBoundary_root {

    display: flex;

    min-height: 100vh;

    flex-direction: column;

    gap: 0.5rem;

    --tw-bg-opacity: 1;

    background-color: rgb(248 250 252 / var(--tw-bg-opacity))
}

:is(.dark .CMS_ErrorBoundary_root) {

    --tw-bg-opacity: 1;

    background-color: rgb(15 23 42 / var(--tw-bg-opacity))
}

.CMS_ErrorBoundary_header {

    display: flex;

    flex-direction: column;

    gap: 0.5rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    padding-left: 1rem;

    padding-right: 1rem
}

.CMS_ErrorBoundary_title {

    font-size: 1.5rem;

    line-height: 2rem;

    font-weight: 700
}

.CMS_ErrorBoundary_report-link {

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

.CMS_ErrorBoundary_report-link:hover {

    text-decoration-line: underline
}

.CMS_ErrorBoundary_content {

    display: flex;

    flex-direction: column;

    gap: 0.5rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    padding-left: 1rem;

    padding-right: 1rem
}

.CMS_ErrorBoundary_details-title {

    font-size: 1.25rem;

    line-height: 1.75rem;

    font-weight: 700
}

.CMS_ErrorBoundary_error-line {

    white-space: pre
}

.CMS_PreviewFrameContent_content {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity))
}
:is(.dark .CMS_PreviewFrameContent_content) {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity))
}

.CMS_Preview_root {

    position: absolute;

    top: 4rem;

    right: 0px;

    height: calc(100dvh - 128px);

    width: 100%;

    --tw-bg-opacity: 1;

    background-color: rgb(248 250 252 / var(--tw-bg-opacity))
}

:is(.dark .CMS_Preview_root) {

    --tw-bg-opacity: 1;

    background-color: rgb(15 23 42 / var(--tw-bg-opacity))
}

@media (min-width: 768px) {

    .CMS_Preview_root {

        height: calc(100dvh - 64px)
    }
}

@media (min-width: 1024px) {

    .CMS_Preview_root {

        width: 50%
    }

    .CMS_Preview_root.CMS_Preview_compact {

        width: calc(100% - 450px)
    }
}

  .CMS_Preview_root.CMS_Preview_show-mobile-preview {

    display: none
}

  @media (min-width: 1024px) {

    .CMS_Preview_root.CMS_Preview_show-mobile-preview {

        display: block
    }
}

.CMS_Preview_live-preview {

    height: 100%;

    width: 100%
}

.CMS_Preview_frame {

    height: 100%;

    width: 100%
}

.CMS_Preview_inline {

    height: 100%;

    overflow-y: auto;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    padding-left: 0.75rem;

    padding-right: 0.75rem
}

.CMS_Editor_default {

    width: 100%
}

  .CMS_Editor_default.CMS_Editor_split-view {

    height: calc(100dvh - 128px);

    overflow-y: auto
}

  @media (min-width: 768px) {

    .CMS_Editor_default.CMS_Editor_split-view {

        height: calc(100dvh - 64px)
    }
}

  .CMS_Editor_default .CMS_Editor_mobile-preview {

    display: none
}

  @media (min-width: 1024px) {

    .CMS_Editor_default .CMS_Editor_mobile-preview {

        display: block
    }
}

& .CMS_Editor_i18n {

    display: none;

    height: calc(100dvh - 128px);

    width: 100%;

    overflow-y: auto
}

@media (min-width: 768px) {

    & .CMS_Editor_i18n {

        height: calc(100dvh - 64px)
    }
}

& .CMS_Editor_i18n.CMS_Editor_i18n-active {

    display: flex
}

& .CMS_Editor_mobile-i18n {

    display: flex;

    height: calc(100dvh - 128px);

    width: 100%;

    overflow-y: auto
}

& .CMS_Editor_root:not(.CMS_Editor_wrapper-i18n-side-by-side) {

    display: grid;

    height: 100%
}

@media (min-width: 1024px) {

    & .CMS_Editor_root:not(.CMS_Editor_wrapper-i18n-side-by-side).CMS_Editor_compact {

        grid-template-columns: 450px auto
    }

    & .CMS_Editor_root:not(.CMS_Editor_wrapper-i18n-side-by-side):not(.CMS_Editor_compact) {

        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

& .CMS_Editor_root.CMS_Editor_wrapper-i18n-side-by-side {

    display: none;

    height: 100%;

    grid-template-columns: repeat(2, minmax(0, 1fr))
}

@media (min-width: 1024px) {

    & .CMS_Editor_root.CMS_Editor_wrapper-i18n-side-by-side {

        display: grid
    }
}

.CMS_Editor_toolbar {

    display: flex
}

.CMS_Editor_content-wrapper {

    display: flex;

    justify-content: center
}

.CMS_Editor_content-wrapper .CMS_Editor_content {

    width: 640px;

    max-width: 100%
}

.CMS_SnackbarAlert_root {

    display: flex;

    width: 100%;

    max-width: 20rem;

    align-items: center;

    gap: 0.75rem;

    border-radius: 0.5rem;

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity));

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    padding-left: 0.625rem;

    padding-right: 0.625rem;

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity));

    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

:is(.dark .CMS_SnackbarAlert_root) {

    --tw-bg-opacity: 1;

    background-color: rgb(31 41 55 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity));

    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

  .CMS_SnackbarAlert_root.CMS_SnackbarAlert_error .CMS_SnackbarAlert_icon-wrapper {

    --tw-bg-opacity: 1;

    background-color: rgb(239 68 68 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(254 226 226 / var(--tw-text-opacity))
}

  :is(.dark .CMS_SnackbarAlert_root.CMS_SnackbarAlert_error .CMS_SnackbarAlert_icon-wrapper) {

    --tw-bg-opacity: 1;

    background-color: rgb(220 38 38 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(254 202 202 / var(--tw-text-opacity))
}

  .CMS_SnackbarAlert_root.CMS_SnackbarAlert_success .CMS_SnackbarAlert_icon-wrapper {

    --tw-bg-opacity: 1;

    background-color: rgb(34 197 94 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(220 252 231 / var(--tw-text-opacity))
}

  :is(.dark .CMS_SnackbarAlert_root.CMS_SnackbarAlert_success .CMS_SnackbarAlert_icon-wrapper) {

    --tw-bg-opacity: 1;

    background-color: rgb(22 163 74 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(187 247 208 / var(--tw-text-opacity))
}

  .CMS_SnackbarAlert_root.CMS_SnackbarAlert_warning .CMS_SnackbarAlert_icon-wrapper {

    --tw-bg-opacity: 1;

    background-color: rgb(234 179 8 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(254 249 195 / var(--tw-text-opacity))
}

  :is(.dark .CMS_SnackbarAlert_root.CMS_SnackbarAlert_warning .CMS_SnackbarAlert_icon-wrapper) {

    --tw-bg-opacity: 1;

    background-color: rgb(202 138 4 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(254 240 138 / var(--tw-text-opacity))
}

  .CMS_SnackbarAlert_root.CMS_SnackbarAlert_info .CMS_SnackbarAlert_icon-wrapper {

    --tw-bg-opacity: 1;

    background-color: rgb(219 234 254 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

  :is(.dark .CMS_SnackbarAlert_root.CMS_SnackbarAlert_info .CMS_SnackbarAlert_icon-wrapper) {

    --tw-bg-opacity: 1;

    background-color: rgb(30 64 175 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(191 219 254 / var(--tw-text-opacity))
}

.CMS_SnackbarAlert_icon-wrapper {

    display: inline-flex;

    height: 1.75rem;

    width: 1.75rem;

    flex-shrink: 0;

    align-items: center;

    justify-content: center;

    border-radius: 0.5rem
}

.CMS_SnackbarAlert_icon {

    height: 1rem;

    width: 1rem
}

.CMS_SnackbarAlert_message {

    font-size: 0.875rem;

    line-height: 1.25rem;

    font-weight: 400
}

.CMS_SnackbarAlert_close-button {

    margin-left: 0.5rem
}

.CMS_SnackbarAlert_close-button-sr-label {

    position: absolute;

    width: 1px;

    height: 1px;

    padding: 0;

    margin: -1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    white-space: nowrap;

    border-width: 0
}

.CMS_SnackbarAlert_close-button-icon {

    height: 1rem;

    width: 1rem
}

.CMS_App_root {
    height: 100%
}

.CMS_WdigetUnknown_root {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity))
}
:is(.dark .CMS_WdigetUnknown_root) {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity))
}

.CMS_Login_root {

    display: flex;

    height: 100vh;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    --tw-bg-opacity: 1;

    background-color: rgb(248 250 252 / var(--tw-bg-opacity))
}

:is(.dark .CMS_Login_root) {

    --tw-bg-opacity: 1;

    background-color: rgb(15 23 42 / var(--tw-bg-opacity))
}

.CMS_Login_custom-logo {

    margin-bottom: 1rem;

    height: 10rem;

    width: 20rem;

    background-size: contain;

    background-position: center;

    background-repeat: no-repeat;

    object-fit: cover
}

.CMS_Login_static-cms-logo {

    height: 10rem;

    width: 20rem
}

.CMS_Login_error {

    margin-bottom: 1.5rem;

    display: flex;

    border-radius: 0.5rem;

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(252 165 165 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(254 242 242 / var(--tw-bg-opacity));

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 0.75rem;

    padding-bottom: 0.75rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(153 27 27 / var(--tw-text-opacity))
}

:is(.dark .CMS_Login_error) {

    --tw-border-opacity: 1;

    border-color: rgb(153 27 27 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(31 41 55 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(248 113 113 / var(--tw-text-opacity))
}

.CMS_Login_error-icon {

    margin-right: 0.75rem;

    display: inline;

    height: 1.25rem;

    width: 1.25rem;

    flex-shrink: 0
}

.CMS_Login_error-sr-label {

    position: absolute;

    width: 1px;

    height: 1px;

    padding: 0;

    margin: -1px;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    white-space: nowrap;

    border-width: 0
}

.CMS_Login_button {

    margin-bottom: 1.5rem
}

.CMS_ErrorMessage_root {
    display: flex;
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity))
}

.CMS_Hint_root {
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
}

  .CMS_Hint_root:not(.CMS_Hint_error).CMS_Hint_disabled {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

  :is(.dark .CMS_Hint_root:not(.CMS_Hint_error).CMS_Hint_disabled) {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

  .CMS_Hint_root:not(.CMS_Hint_error):not(.CMS_Hint_disabled) {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

  :is(.dark .CMS_Hint_root:not(.CMS_Hint_error):not(.CMS_Hint_disabled)) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

  .group\/active:focus-within .CMS_Hint_root:not(.CMS_Hint_disabled) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

  .group\/active:hover .CMS_Hint_root:not(.CMS_Hint_disabled) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

  .CMS_Hint_root:not(.CMS_Hint_inline) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
}

.CMS_Hint_link {
  color: inherit;
}

.CMS_Hint_link:hover {
  text-decoration-line: underline;
}

.CMS_Hint_cursor-pointer {
  cursor: pointer;
}

.CMS_Hint_cursor-text {
  cursor: text;
}

.CMS_Hint_cursor-default {
  cursor: default;
}

.CMS_Hint_error {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.CMS_Label_root {

    display: flex;

    width: 100%;

    font-size: 0.75rem;

    line-height: 1rem;

    font-weight: 700
}

:is(.dark .CMS_Label_root) {

    font-weight: 600
}

  .CMS_Label_root:not(.CMS_Label_error).CMS_Label_disabled {

    --tw-text-opacity: 1;

    color: rgb(203 213 225 / var(--tw-text-opacity))
}

  :is(.dark .CMS_Label_root:not(.CMS_Label_error).CMS_Label_disabled) {

    --tw-text-opacity: 1;

    color: rgb(71 85 105 / var(--tw-text-opacity))
}

  .CMS_Label_root:not(.CMS_Label_error):not(.CMS_Label_disabled) {

    --tw-text-opacity: 1;

    color: rgb(100 116 139 / var(--tw-text-opacity))
}

  :is(.dark .CMS_Label_root:not(.CMS_Label_error):not(.CMS_Label_disabled)) {

    --tw-text-opacity: 1;

    color: rgb(148 163 184 / var(--tw-text-opacity))
}

  .group\/active:focus-within .CMS_Label_root:not(.CMS_Label_disabled) {

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

  .group\/active:hover .CMS_Label_root:not(.CMS_Label_disabled) {

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

  .CMS_Label_root:not(.CMS_Label_inline) {

    padding-left: 0.75rem;

    padding-right: 0.75rem;

    padding-top: 0.75rem
}

.CMS_Label_cursor-pointer {

    cursor: pointer
}

.CMS_Label_cursor-text {

    cursor: text
}

.CMS_Label_cursor-default {

    cursor: default
}

.CMS_Label_error {

    --tw-text-opacity: 1;

    color: rgb(239 68 68 / var(--tw-text-opacity))
}

.CMS_Field_root {

    position: relative;

    display: flex;

    align-items: center;

    gap: 0.5rem;

    border-bottom-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(148 163 184 / var(--tw-border-opacity))
}

.CMS_Field_root:focus-within {

    --tw-border-opacity: 1;

    border-color: rgb(30 64 175 / var(--tw-border-opacity))
}

:is(.dark .CMS_Field_root:focus-within) {

    --tw-border-opacity: 1;

    border-color: rgb(219 234 254 / var(--tw-border-opacity))
}

  .CMS_Field_root:not(.CMS_Field_disabled):not(.CMS_Field_no-highlight):focus-within {

    --tw-bg-opacity: 1;

    background-color: rgb(241 245 249 / var(--tw-bg-opacity))
}

  .CMS_Field_root:not(.CMS_Field_disabled):not(.CMS_Field_no-highlight):hover {

    --tw-bg-opacity: 1;

    background-color: rgb(241 245 249 / var(--tw-bg-opacity))
}

  :is(.dark .CMS_Field_root:not(.CMS_Field_disabled):not(.CMS_Field_no-highlight):focus-within) {

    --tw-bg-opacity: 1;

    background-color: rgb(30 41 59 / var(--tw-bg-opacity))
}

  :is(.dark .CMS_Field_root:not(.CMS_Field_disabled):not(.CMS_Field_no-highlight):hover) {

    --tw-bg-opacity: 1;

    background-color: rgb(30 41 59 / var(--tw-bg-opacity))
}

  .CMS_Field_root:not(.CMS_Field_no-padding) {

    padding-bottom: 0.75rem
}

  .CMS_Field_root:not(.CMS_Field_no-padding) > .CMS_Field_end-adornment {

    margin-bottom: -0.75rem
}

.CMS_Field_cursor-pointer {

    cursor: pointer
}

.CMS_Field_cursor-text {

    cursor: text
}

.CMS_Field_cursor-default {

    cursor: default
}

.CMS_Field_wrapper {

    display: flex;

    width: 100%;

    flex-direction: column
}

.CMS_Field_wrapper.CMS_Field_for-single-list {

    margin-right: 3.5rem
}

.CMS_Field_inline-wrapper {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0.75rem;

    padding-bottom: 0px
}

.CMS_Field_end-adornment {

    padding-right: 0.5rem
}

.CMS_WidgetCode_SettingsButton_root {
}

.CMS_WidgetCode_SettingsButton_icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_SelectOption_root {

    position: relative;

    cursor: pointer;

    -webkit-user-select: none;

            user-select: none;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    padding-left: 1rem;

    padding-right: 1rem;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

.CMS_SelectOption_root:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(59 130 246 / var(--tw-bg-opacity))
}

:is(.dark .CMS_SelectOption_root) {

    --tw-text-opacity: 1;

    color: rgb(243 244 246 / var(--tw-text-opacity))
}

  .CMS_SelectOption_root.CMS_SelectOption_selected {

    background-color: rgb(96 165 250 / 0.75)
}

  .CMS_SelectOption_root.CMS_SelectOption_selected .CMS_SelectOption_label {

    font-weight: 500
}

  .CMS_SelectOption_root:not(.CMS_SelectOption_selected) .CMS_SelectOption_label {

    font-weight: 400
}

.CMS_SelectOption_label {

    display: block;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap
}

.CMS_Select_root {

    position: relative;

    width: 100%
}

  .CMS_Select_root.CMS_Select_disabled .CMS_Select_input {

    color: rgb(209 213 219 / 0.75)
}

  :is(.dark .CMS_Select_root.CMS_Select_disabled .CMS_Select_input) {

    color: rgb(75 85 99 / 0.75)
}

  .CMS_Select_root.CMS_Select_disabled .CMS_Select_value .CMS_Select_dropdown .CMS_Select_dropdown-icon {

    color: rgb(209 213 219 / 0.75)
}

  :is(.dark .CMS_Select_root.CMS_Select_disabled .CMS_Select_value .CMS_Select_dropdown .CMS_Select_dropdown-icon) {

    color: rgb(75 85 99 / 0.75)
}

.CMS_Select_value {

    width: 100%
}

.CMS_Select_label {

    display: flex;

    width: calc(100% - 12px)
}

.CMS_Select_label-text {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap
}

.CMS_Select_dropdown {

    pointer-events: none;

    position: absolute;

    top: 0px;

    bottom: 0px;

    right: 0px;

    display: flex;

    align-items: center;

    padding-right: 0.5rem
}

.CMS_Select_dropdown-icon {

    height: 1.25rem;

    width: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(156 163 175 / var(--tw-text-opacity))
}

.CMS_Select_input {

    position: relative;

    display: flex;

    min-height: 2rem;

    width: 100%;

    align-items: center;

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 0.375rem;

    padding-bottom: 0.375rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_Select_input) {

    --tw-text-opacity: 1;

    color: rgb(243 244 246 / var(--tw-text-opacity))
}

.CMS_Select_popper {

    z-index: 100;

    max-height: 15rem;

    overflow: auto;

    border-radius: 0.375rem;

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity));

    padding-top: 0.25rem;

    padding-bottom: 0.25rem;

    font-size: 1rem;

    line-height: 1.5rem;

    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));

    --tw-ring-opacity: 0.05
}

.CMS_Select_popper:focus {

    outline: 2px solid transparent;

    outline-offset: 2px
}

:is(.dark .CMS_Select_popper) {

    --tw-bg-opacity: 1;

    background-color: rgb(51 65 85 / var(--tw-bg-opacity));

    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 640px) {

    .CMS_Select_popper {

        font-size: 0.875rem;

        line-height: 1.25rem
    }
}

.CMS_WidgetCodeSettings_root {
    position: absolute;
    top: 2.5rem;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    display: flex;
    width: 10rem;
    flex-direction: column;
    gap: 0.5rem;
    border-left-width: 1px;
    border-top-width: 1px;
    border-left-color: rgb(148 163 184 / var(--tw-border-opacity));
    --tw-border-opacity: 1;
    border-top-color: rgb(203 213 225 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
:is(.dark .CMS_WidgetCodeSettings_root) {
    --tw-border-opacity: 1;
    border-top-color: rgb(51 65 85 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity))
}

.CMS_WidgetCode_root {

    position: relative;

    display: flex;

    flex-direction: column;

    border-bottom-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(148 163 184 / var(--tw-border-opacity))
}

.CMS_WidgetCode_root:focus-within {

    --tw-border-opacity: 1;

    border-color: rgb(30 64 175 / var(--tw-border-opacity))
}

:is(.dark .CMS_WidgetCode_root:focus-within) {

    --tw-border-opacity: 1;

    border-color: rgb(219 234 254 / var(--tw-border-opacity))
}

  .CMS_WidgetCode_root.CMS_WidgetCode_for-single-list .CMS_WidgetCode_field-wrapper {

    margin-right: 3.5rem
}

  .CMS_WidgetCode_root.CMS_WidgetCode_disabled .CMS_WidgetCode_expand-button {

    cursor: default
}

  .CMS_WidgetCode_root.CMS_WidgetCode_disabled .CMS_WidgetCode_expand-button-icon {

    --tw-text-opacity: 1;

    color: rgb(203 213 225 / var(--tw-text-opacity))
}

  :is(.dark .CMS_WidgetCode_root.CMS_WidgetCode_disabled .CMS_WidgetCode_expand-button-icon) {

    --tw-text-opacity: 1;

    color: rgb(71 85 105 / var(--tw-text-opacity))
}

  .CMS_WidgetCode_root.CMS_WidgetCode_expanded .CMS_WidgetCode_expand-button-icon {

    --tw-rotate: 90deg;

    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

  .CMS_WidgetCode_root:not(.CMS_WidgetCode_error):not(.CMS_WidgetCode_disabled):hover .CMS_WidgetCode_label, .CMS_WidgetCode_root:not(.CMS_WidgetCode_error):not(.CMS_WidgetCode_disabled):focus .CMS_WidgetCode_label {

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

  .CMS_WidgetCode_root:not(.CMS_WidgetCode_error):not(.CMS_WidgetCode_disabled):hover .CMS_WidgetCode_expand-button-icon, .CMS_WidgetCode_root:not(.CMS_WidgetCode_error):not(.CMS_WidgetCode_disabled):focus .CMS_WidgetCode_expand-button-icon {

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

.CMS_WidgetCode_field-wrapper {

    position: relative;

    display: flex;

    width: 100%;

    flex-direction: column
}

.CMS_WidgetCode_expand-button {

    display: flex;

    width: 100%;

    align-items: center;

    justify-content: space-between;

    gap: 0.5rem;

    padding-left: 0.75rem;

    padding-right: 0.75rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    text-align: left;

    font-size: 0.875rem;

    line-height: 1.25rem;

    font-weight: 500
}

.CMS_WidgetCode_expand-button:focus {

    outline: 2px solid transparent;

    outline-offset: 2px
}

.CMS_WidgetCode_expand-button:focus-visible {

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-opacity: 0.75
}

.CMS_WidgetCode_expand-button-icon {

    height: 1.25rem;

    width: 1.25rem;

    transition-property: transform;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

.CMS_WidgetCode_error-message {

    padding-top: 0.5rem;

    padding-bottom: 0.75rem
}

.CMS_WidgetColor_root.CMS_WidgetColor_disabled .CMS_WidgetColor_content {
    cursor: default
}
    .CMS_WidgetColor_root.CMS_WidgetColor_disabled .CMS_WidgetColor_color-swatch {
    cursor: default
}
  .CMS_WidgetColor_root.CMS_WidgetColor_allow-input .CMS_WidgetColor_content {
    cursor: text
}

.CMS_WidgetColor_content {
    display: flex;
    cursor: pointer;
    align-items: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem
}

.CMS_WidgetColor_color-swatch-wrapper {
}

.CMS_WidgetColor_color-swatch {
    display: flex;
    height: 2rem;
    width: 2rem;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.CMS_WidgetColor_color-picker-wrapper {
    position: absolute;
    bottom: 0px
}

.CMS_WidgetColor_color-picker-backdrop {
    position: fixed;
    inset: 0px;
    z-index: 10
}

.CMS_WidgetColor_color-picker {
    position: absolute;
    top: -0.75rem;
    z-index: 20
}

.CMS_WidgetColor_input {
}

.CMS_WidgetColor_clear-button {
}

.CMS_WidgetColor_clear-button-icon {
    height: 1.25rem;
    width: 1.25rem
}

.CMS_WidgetDateTime_NowButton_root {
    position: absolute;
    top: 0.25rem;
    bottom: 0.25rem;
    right: 0.75rem;
    display: flex;
    align-items: center
}

.CMS_WidgetDateTime_root {
}

.CMS_WidgetDateTime_wrapper {

    width: calc(100% - 58px) !important
}

.CMS_WidgetDateTime_date-input {
}

.CMS_WidgetDateTime_time-input {
}

.CMS_WidgetDateTime_datetime-input {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap
}

.CMS_WidgetFileImage_SortableImage_root {

    position: relative;

    height: 120px;

    width: 120px
}

.CMS_WidgetFileImage_SortableImage_card {

    height: 120px;

    width: 120px;

    cursor: pointer;

    overflow: hidden;

    border-radius: 0.375rem;

    border-width: 1px;

    border-color: rgb(229 231 235 / 0.75);

    background-color: rgb(249 250 251 / 0.75);

    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);

    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

:is(.dark .CMS_WidgetFileImage_SortableImage_card) {

    border-color: rgb(71 85 105 / 0.75);

    --tw-bg-opacity: 1;

    background-color: rgb(30 41 59 / var(--tw-bg-opacity))
}

.CMS_WidgetFileImage_SortableImage_card:hover .CMS_WidgetFileImage_SortableImage_controls-wrapper {

    visibility: visible;

    background-color: rgb(191 219 254 / 0.25)
}

:is(.dark .CMS_WidgetFileImage_SortableImage_card:hover .CMS_WidgetFileImage_SortableImage_controls-wrapper) {

    background-color: rgb(96 165 250 / 0.6)
}

.CMS_WidgetFileImage_SortableImage_handle {

    position: absolute;

    inset: 0px;

    z-index: 20;

    overflow: visible;

    border-radius: 0.375rem
}

.CMS_WidgetFileImage_SortableImage_handle:focus {

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))
}

.CMS_WidgetFileImage_SortableImage_handle:focus-visible {

    outline: 2px solid transparent;

    outline-offset: 2px
}

:is(.dark .CMS_WidgetFileImage_SortableImage_handle:focus) {

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity))
}

.CMS_WidgetFileImage_SortableImage_controls-wrapper {

    visibility: hidden;

    position: absolute;

    inset: 0px;

    z-index: 20;

    border-radius: 0.375rem;

    transition-property: all;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

.CMS_WidgetFileImage_SortableImage_controls {

    position: absolute;

    top: 0.5rem;

    right: 0.5rem;

    display: flex;

    gap: 0.25rem
}

.CMS_WidgetFileImage_SortableImage_replace-button {

    background-color: rgb(17 24 39 / 0.25);

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

:is(.dark .CMS_WidgetFileImage_SortableImage_replace-button) {

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

:is(.dark .CMS_WidgetFileImage_SortableImage_replace-button:hover) {

    background-color: rgb(30 64 175 / 0.8);

    --tw-text-opacity: 1;

    color: rgb(219 234 254 / var(--tw-text-opacity))
}

.CMS_WidgetFileImage_SortableImage_remove-button {

    position: relative;

    z-index: 30;

    background-color: rgb(17 24 39 / 0.25);

    --tw-text-opacity: 1;

    color: rgb(248 113 113 / var(--tw-text-opacity))
}

:is(.dark .CMS_WidgetFileImage_SortableImage_remove-button:hover) {

    background-color: rgb(153 27 27 / 0.4);

    --tw-text-opacity: 1;

    color: rgb(220 38 38 / var(--tw-text-opacity))
}

.CMS_WidgetFileImage_SortableImage_button-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_WidgetFileImage_SortableImage_content {

    position: relative
}

.CMS_WidgetFileImage_SortableImage_image {

    height: 120px;

    width: 120px;

    border-radius: 0.375rem
}

.CMS_WidgetFileImage_SortableLink_root {

    position: relative;

    width: 100%
}

.CMS_WidgetFileImage_SortableLink_card {

    width: 100%;

    cursor: pointer;

    overflow: hidden;

    border-left-width: 2px;

    border-bottom-width: 1px;

    border-style: solid;

    --tw-border-opacity: 1;

    border-left-color: rgb(148 163 184 / var(--tw-border-opacity));

    padding: 0.5rem;

    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);

    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.CMS_WidgetFileImage_SortableLink_content {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between
}

.CMS_WidgetFileImage_SortableLink_controls {

    display: flex;

    gap: 0.25rem
}

.CMS_WidgetFileImage_SortableLink_replace-button {

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

:is(.dark .CMS_WidgetFileImage_SortableLink_replace-button) {

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

:is(.dark .CMS_WidgetFileImage_SortableLink_replace-button:hover) {

    background-color: rgb(30 64 175 / 0.8);

    --tw-text-opacity: 1;

    color: rgb(219 234 254 / var(--tw-text-opacity))
}

.CMS_WidgetFileImage_SortableLink_remove-button {

    position: relative;

    z-index: 30;

    --tw-text-opacity: 1;

    color: rgb(248 113 113 / var(--tw-text-opacity))
}

:is(.dark .CMS_WidgetFileImage_SortableLink_remove-button:hover) {

    background-color: rgb(153 27 27 / 0.4);

    --tw-text-opacity: 1;

    color: rgb(220 38 38 / var(--tw-text-opacity))
}

.CMS_WidgetFileImage_SortableLink_button-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_WidgetFileImage_root {

    position: relative;

    border-width: 2px;

    border-color: transparent;

    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

  .CMS_WidgetFileImage_root.CMS_WidgetFileImage_drag-over-active {

    --tw-border-opacity: 1;

    border-color: rgb(59 130 246 / var(--tw-border-opacity))
}

  .CMS_WidgetFileImage_root.CMS_WidgetFileImage_drag-over-active .CMS_WidgetFileImage_drop-area {

    opacity: 1
}

  .CMS_WidgetFileImage_root.CMS_WidgetFileImage_for-image .CMS_WidgetFileImage_content {

    padding-right: 0.75rem
}

  .CMS_WidgetFileImage_root:not(.CMS_WidgetFileImage_multiple) .CMS_WidgetFileImage_content {

    padding-right: 0.75rem
}
.CMS_WidgetFileImage_wrapper {

    margin: -0.125rem
}

.CMS_WidgetFileImage_drop-area {

    pointer-events: none;

    position: absolute;

    inset: 0px;

    display: flex;

    align-items: center;

    justify-content: center;

    background-color: rgb(255 255 255 / 0.75);

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity));

    opacity: 0;

    transition-property: opacity;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

:is(.dark .CMS_WidgetFileImage_drop-area) {

    background-color: rgb(30 41 59 / 0.75);

    --tw-text-opacity: 1;

    color: rgb(96 165 250 / var(--tw-text-opacity))
}

.CMS_WidgetFileImage_for-image {
}

.CMS_WidgetFileImage_image-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, 120px);

    gap: 0.5rem
}

.CMS_WidgetFileImage_empty-content {

    display: flex;

    flex-direction: column;

    gap: 0.5rem;

    padding-left: 0.75rem;

    padding-right: 0.75rem;

    padding-top: 0.5rem;

    padding-bottom: 1rem
}

.CMS_WidgetFileImage_content {

    display: flex;

    flex-direction: column;

    gap: 1rem;

    padding-left: 0.75rem;

    padding-top: 0.5rem;

    padding-bottom: 1rem
}

.CMS_WidgetFileImage_actions {

    display: flex;

    flex-direction: column;

    gap: 0.5rem
}

@media (min-width: 480px) {

    .CMS_WidgetFileImage_actions {

        flex-direction: row
    }
}

.CMS_WidgetKeyValue_root {
}

.CMS_WidgetKeyValue_header {

    margin-top: 0.5rem;

    display: flex;

    width: 100%;

    gap: 0.5rem;

    padding-left: 0.75rem;

    padding-right: 0.75rem
}

.CMS_WidgetKeyValue_header-cell {

    width: 100%;

    font-size: 0.875rem;

    line-height: 1.25rem
}

.CMS_WidgetKeyValue_header-action-cell {

    display: flex
}

.CMS_WidgetKeyValue_header-action-cell-content {

    width: 24px
}

.CMS_WidgetKeyValue_row {

    margin-top: 0.5rem;

    display: flex;

    width: 100%;

    align-items: center;

    gap: 0.5rem;

    padding-left: 0.75rem;

    padding-right: 0.75rem
}

.CMS_WidgetKeyValue_delete-button {

    height: 1.5rem;

    width: 1.5rem
}

.CMS_WidgetKeyValue_delete-button-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_WidgetKeyValue_actions {

    margin-top: 0.75rem;

    padding-left: 0.75rem;

    padding-right: 0.75rem
}

.CMS_WidgetKeyValue_add-button {

    width: 100%
}

.CMS_WidgetList_ListItem_root {

    position: relative;

    display: flex;

    flex-direction: column
}

  .CMS_WidgetList_ListItem_root.CMS_WidgetList_ListItem_error .CMS_WidgetList_ListItem_content {

    --tw-border-opacity: 1;

    border-left-color: rgb(239 68 68 / var(--tw-border-opacity))
}

  .CMS_WidgetList_ListItem_root:not(.CMS_WidgetList_ListItem_error):not(.CMS_WidgetList_ListItem_disabled):hover .CMS_WidgetList_ListItem_summary-label,
        .CMS_WidgetList_ListItem_root:not(.CMS_WidgetList_ListItem_error):not(.CMS_WidgetList_ListItem_disabled):hover .CMS_WidgetList_ListItem_expand-button-icon {

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

  .CMS_WidgetList_ListItem_root:not(.CMS_WidgetList_ListItem_error):not(.CMS_WidgetList_ListItem_disabled):focus-within .CMS_WidgetList_ListItem_summary-label,
        .CMS_WidgetList_ListItem_root:not(.CMS_WidgetList_ListItem_error):not(.CMS_WidgetList_ListItem_disabled):focus-within .CMS_WidgetList_ListItem_expand-button-icon {

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

  .CMS_WidgetList_ListItem_root:not(.CMS_WidgetList_ListItem_error):not(.CMS_WidgetList_ListItem_disabled):focus-within .CMS_WidgetList_ListItem_content {

    --tw-border-opacity: 1;

    border-left-color: rgb(59 130 246 / var(--tw-border-opacity))
}

  .CMS_WidgetList_ListItem_root.CMS_WidgetList_ListItem_disabled .CMS_WidgetList_ListItem_expand-button-icon {

    --tw-text-opacity: 1;

    color: rgb(203 213 225 / var(--tw-text-opacity))
}

  :is(.dark .CMS_WidgetList_ListItem_root.CMS_WidgetList_ListItem_disabled .CMS_WidgetList_ListItem_expand-button-icon) {

    --tw-text-opacity: 1;

    color: rgb(71 85 105 / var(--tw-text-opacity))
}

  .CMS_WidgetList_ListItem_root.CMS_WidgetList_ListItem_open .CMS_WidgetList_ListItem_expand-button-icon {

    --tw-rotate: 90deg;

    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.CMS_WidgetList_ListItem_single-field-root {

    position: relative;

    display: flex;

    flex-direction: column
}

.CMS_WidgetList_ListItem_single-field-root.CMS_WidgetList_ListItem_error .CMS_WidgetList_ListItem_content {

    --tw-border-opacity: 1;

    border-left-color: rgb(239 68 68 / var(--tw-border-opacity))
}

.CMS_WidgetList_ListItem_single-field-root:not(.CMS_WidgetList_ListItem_error):not(.CMS_WidgetList_ListItem_disabled):focus-within .CMS_WidgetList_ListItem_content {

    --tw-border-opacity: 1;

    border-left-color: rgb(59 130 246 / var(--tw-border-opacity))
}

.CMS_WidgetList_ListItem_header {

    display: flex;

    width: 100%;

    align-items: center;

    gap: 0.5rem;

    padding-right: 0.75rem;

    text-align: left;

    font-size: 0.875rem;

    line-height: 1.25rem
}

.CMS_WidgetList_ListItem_expand-button {

    display: flex;

    width: 100%;

    align-items: center;

    gap: 0.5rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    padding-left: 0.5rem;

    text-align: left;

    font-size: 0.875rem;

    line-height: 1.25rem;

    font-weight: 500
}

.CMS_WidgetList_ListItem_expand-button:focus {

    outline: 2px solid transparent;

    outline-offset: 2px
}

.CMS_WidgetList_ListItem_expand-button:focus-visible {

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-opacity: 0.75
}

.CMS_WidgetList_ListItem_expand-button-icon {

    height: 1.25rem;

    width: 1.25rem;

    transition-property: transform;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

.CMS_WidgetList_ListItem_summary {

    flex-grow: 1
}

.CMS_WidgetList_ListItem_controls {

    display: flex;

    align-items: center;

    gap: 0.5rem
}

.CMS_WidgetList_ListItem_remove-button {
}

.CMS_WidgetList_ListItem_button-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_WidgetList_ListItem_not-open-placeholder {

    margin-left: 2rem;

    border-bottom-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(148 163 184 / var(--tw-border-opacity))
}

.CMS_WidgetList_ListItem_content {

    position: relative;

    margin-left: 1rem;

    border-left-width: 2px;

    border-style: solid;

    --tw-border-opacity: 1;

    border-left-color: rgb(148 163 184 / var(--tw-border-opacity));

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity))
}

.CMS_WidgetList_ListItem_single-field-controls {

    position: absolute;

    right: 0.75rem;

    top: 0px;

    z-index: 10;

    display: flex;

    height: 100%;

    align-items: center;

    justify-content: flex-end
}

.CMS_WidgetList_ListItem_drag-handle {

    display: flex;

    align-items: center
}

.CMS_WidgetList_ListItem_drag-handle-icon {

    height: 0.75rem;

    width: 0.75rem
}

.CMS_WidgetList_root.CMS_WidgetList_disabled .CMS_WidgetList_expand-button-icon {
    --tw-text-opacity: 1;
    color: rgb(203 213 225 / var(--tw-text-opacity))
}
:is(.dark .CMS_WidgetList_root.CMS_WidgetList_disabled .CMS_WidgetList_expand-button-icon) {
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity))
}
  .CMS_WidgetList_root.CMS_WidgetList_error .CMS_WidgetList_content {
    --tw-border-opacity: 1;
    border-left-color: rgb(239 68 68 / var(--tw-border-opacity))
}
  .CMS_WidgetList_root:not(.CMS_WidgetList_disabled):not(.CMS_WidgetList_error):hover .CMS_WidgetList_summary,
        .CMS_WidgetList_root:not(.CMS_WidgetList_disabled):not(.CMS_WidgetList_error):hover .CMS_WidgetList_expand-button-icon,
        .CMS_WidgetList_root:not(.CMS_WidgetList_disabled):not(.CMS_WidgetList_error):focus-with .CMS_WidgetList_summary,
        .CMS_WidgetList_root:not(.CMS_WidgetList_disabled):not(.CMS_WidgetList_error):focus-with .CMS_WidgetList_expand-button-icon {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity))
}
  .CMS_WidgetList_root.CMS_WidgetList_for-single-list .CMS_WidgetList_field {
    margin-right: 3.5rem
}
  .CMS_WidgetList_root.CMS_WidgetList_open .CMS_WidgetList_expand-button-icon {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.CMS_WidgetList_field-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184 / var(--tw-border-opacity))
}

.CMS_WidgetList_field-wrapper:focus-within {
    --tw-border-opacity: 1;
    border-color: rgb(30 64 175 / var(--tw-border-opacity))
}

:is(.dark .CMS_WidgetList_field-wrapper:focus-within) {
    --tw-border-opacity: 1;
    border-color: rgb(219 234 254 / var(--tw-border-opacity))
}

.CMS_WidgetList_field {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column
}

.CMS_WidgetList_expand-button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500
}

.CMS_WidgetList_expand-button:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.CMS_WidgetList_expand-button:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 0.75
}

.CMS_WidgetList_expand-button-icon {
    height: 1.25rem;
    width: 1.25rem;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}

.CMS_WidgetList_content {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity))
}

.CMS_WidgetList_error-message {
    padding-bottom: 0.75rem
}

.CMS_WidgetList_fields {
    overflow: hidden
}

.CMS_WidgetList_actions {
    width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem
}

.CMS_WidgetList_add-types-button {
    z-index: 20;
    width: 100%
}

.CMS_WidgetList_add-button {
    width: 100%
}

.CMS_WidgetList_sortable-item:first-child {
    padding-top: 0px
}

.CMS_WidgetList_multi-field-item {
    padding-top: 0.25rem
}

.CMS_WidgetMap_root {
}

.CMS_WidgetMap_map {

    position: relative;

    margin-top: 0.5rem;

    width: 100%
}

.CMS_TextArea_root {

    display: flex;

    width: 100%
}

.CMS_TextArea_input {

    min-height: 80px;

    width: 100%;

    background-color: transparent;

    padding-left: 0.75rem;

    padding-right: 0.75rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity));

    outline: 2px solid transparent;

    outline-offset: 2px
}

.CMS_TextArea_input:disabled {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

:is(.dark .CMS_TextArea_input) {

    --tw-text-opacity: 1;

    color: rgb(243 244 246 / var(--tw-text-opacity))
}

:is(.dark .CMS_TextArea_input:disabled) {

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity))
}

.CMS_Button_root.CMS_WidgetMarkdown_ToolbarButton_root {

    padding-top: 0.125rem;

    padding-bottom: 0.125rem;

    padding-left: 0.125rem;

    padding-right: 0.125rem
}

    .CMS_Button_root.CMS_WidgetMarkdown_ToolbarButton_root.CMS_WidgetMarkdown_ToolbarButton_active:not(.CMS_WidgetMarkdown_ToolbarButton_custom-active-color) {

    --tw-bg-opacity: 1;

    background-color: rgb(243 244 246 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

    :is(.dark .CMS_Button_root.CMS_WidgetMarkdown_ToolbarButton_root.CMS_WidgetMarkdown_ToolbarButton_active:not(.CMS_WidgetMarkdown_ToolbarButton_custom-active-color)) {

    --tw-bg-opacity: 1;

    background-color: rgb(30 41 59 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

.CMS_WidgetMarkdown_ToolbarButton_icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_WidgetMarkdown_FontTypeSelect_root {

    margin-left: 0.25rem;

    margin-right: 0.25rem;

    height: 1.5rem;

    width: 7rem
}

  .CMS_WidgetMarkdown_FontTypeSelect_root.CMS_WidgetMarkdown_FontTypeSelect_disabled .CMS_WidgetMarkdown_FontTypeSelect_select {

    --tw-border-opacity: 1;

    border-color: rgb(229 231 235 / var(--tw-border-opacity));

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

  :is(.dark .CMS_WidgetMarkdown_FontTypeSelect_root.CMS_WidgetMarkdown_FontTypeSelect_disabled .CMS_WidgetMarkdown_FontTypeSelect_select) {

    --tw-border-opacity: 1;

    border-color: rgb(75 85 99 / var(--tw-border-opacity));

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity))
}

.CMS_WidgetMarkdown_FontTypeSelect_select {

    position: relative;

    display: flex;

    height: 1.5rem;

    width: 100%;

    align-items: center;

    justify-content: space-between;

    border-radius: 0.125rem;

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(75 85 99 / var(--tw-border-opacity));

    padding-left: 0.375rem;

    padding-right: 0.375rem;

    padding-top: 0.125rem;

    padding-bottom: 0.125rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    font-weight: 500;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_WidgetMarkdown_FontTypeSelect_select) {

    --tw-border-opacity: 1;

    border-color: rgb(156 163 175 / var(--tw-border-opacity));

    --tw-text-opacity: 1;

    color: rgb(243 244 246 / var(--tw-text-opacity))
}

.CMS_WidgetMarkdown_FontTypeSelect_popper {

    z-index: 101;

    max-height: 10rem;

    overflow: auto;

    border-radius: 0.375rem;

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity));

    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));

    --tw-ring-opacity: 0.05
}

.CMS_WidgetMarkdown_FontTypeSelect_popper:focus {

    outline: 2px solid transparent;

    outline-offset: 2px
}

:is(.dark .CMS_WidgetMarkdown_FontTypeSelect_popper) {

    --tw-bg-opacity: 1;

    background-color: rgb(30 41 59 / var(--tw-bg-opacity));

    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 640px) {

    .CMS_WidgetMarkdown_FontTypeSelect_popper {

        font-size: 0.875rem;

        line-height: 1.25rem
    }
}

.CMS_WidgetMarkdown_FontTypeSelect_option {

    position: relative;

    cursor: pointer;

    -webkit-user-select: none;

            user-select: none;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    padding-left: 1rem;

    padding-right: 1rem
}

.CMS_WidgetMarkdown_FontTypeSelect_option:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(59 130 246 / var(--tw-bg-opacity));

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity))
}

:is(.dark .CMS_WidgetMarkdown_FontTypeSelect_option:hover) {

    --tw-bg-opacity: 1;

    background-color: rgb(59 130 246 / var(--tw-bg-opacity))
}

.CMS_WidgetMarkdown_FontTypeSelect_option.CMS_WidgetMarkdown_FontTypeSelect_option-selected {

    background-color: rgb(59 130 246 / 0.25)
}

:is(.dark .CMS_WidgetMarkdown_FontTypeSelect_option.CMS_WidgetMarkdown_FontTypeSelect_option-selected) {

    background-color: rgb(29 78 216 / 0.2)
}

.CMS_WidgetMarkdown_FontTypeSelect_option.CMS_WidgetMarkdown_FontTypeSelect_option-selected .CMS_WidgetMarkdown_FontTypeSelect_option-label {

    font-weight: 500
}

.CMS_WidgetMarkdown_FontTypeSelect_option-label {

    display: block;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    font-weight: 400
}

.CMS_WidgetMarkdown_FontTypeSelect_more-button-icon {

    position: absolute;

    right: 0px;

    height: 1rem;

    width: 1rem
}

.CMS_WidgetMarkdown_ShortcodeToolbarButton_button {

    height: 1.5rem;

    width: 1.5rem;

    padding-top: 0.125rem;

    padding-bottom: 0.125rem;

    padding-left: 0.125rem;

    padding-right: 0.125rem
}

.CMS_WidgetMarkdown_ShortcodeToolbarButton_label-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_WidgetMarkdown_MenuToolbar_root {
}

.CMS_WidgetMarkdown_MenuToolbar_button {

    height: 1.5rem;

    width: 1.5rem;

    padding-top: 0.125rem;

    padding-bottom: 0.125rem;

    padding-left: 0.125rem;

    padding-right: 0.125rem
}

.CMS_WidgetMarkdown_MenuToolbar_label-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_WidgetMarkdown_BalloonToolbar_root {

    position: fixed
}

.CMS_WidgetMarkdown_BalloonToolbar_popper {

    position: absolute;

    z-index: 100;

    max-height: 15rem;

    overflow: hidden;

    border-radius: 0.375rem;

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity));

    padding: 0.25rem;

    font-size: 1rem;

    line-height: 1.5rem;

    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));

    --tw-ring-opacity: 0.05
}

.CMS_WidgetMarkdown_BalloonToolbar_popper:focus {

    outline: 2px solid transparent;

    outline-offset: 2px
}

:is(.dark .CMS_WidgetMarkdown_BalloonToolbar_popper) {

    --tw-bg-opacity: 1;

    background-color: rgb(51 65 85 / var(--tw-bg-opacity));

    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 640px) {

    .CMS_WidgetMarkdown_BalloonToolbar_popper {

        font-size: 0.875rem;

        line-height: 1.25rem
    }
}

.CMS_WidgetMarkdown_BalloonToolbar_content {

    display: flex;

    align-items: center;

    gap: 0.125rem
}

.CMS_WidgetMarkdown_MediaPopover_root {

    position: absolute;

    z-index: 40;

    max-height: 15rem;

    overflow: auto;

    border-radius: 0.375rem;

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity));

    padding: 0.25rem;

    font-size: 1rem;

    line-height: 1.5rem;

    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));

    --tw-ring-opacity: 0.05
}

.CMS_WidgetMarkdown_MediaPopover_root:focus {

    outline: 2px solid transparent;

    outline-offset: 2px
}

:is(.dark .CMS_WidgetMarkdown_MediaPopover_root) {

    --tw-bg-opacity: 1;

    background-color: rgb(51 65 85 / var(--tw-bg-opacity));

    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 640px) {

    .CMS_WidgetMarkdown_MediaPopover_root {

        font-size: 0.875rem;

        line-height: 1.25rem
    }
}

.CMS_WidgetMarkdown_MediaPopover_content {

    display: flex;

    gap: 0.125rem
}

.CMS_WidgetMarkdown_MediaPopover_icon {

    height: 1rem;

    width: 1rem
}

.CMS_WidgetMarkdown_MediaPopover_divider {

    width: 1px;

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(243 244 246 / var(--tw-border-opacity))
}

:is(.dark .CMS_WidgetMarkdown_MediaPopover_divider) {

    --tw-border-opacity: 1;

    border-color: rgb(71 85 105 / var(--tw-border-opacity))
}

.CMS_WidgetMarkdown_Blockquote_root {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    border-left-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity));
    padding-left: 0.5rem
}

.CMS_WidgetMarkdown_CodeBlock_root {

    margin-top: 0.5rem;

    margin-bottom: 0.5rem
}

.CMS_WidgetMarkdown_CodeBlock_language-input {

    height: 1.5rem;

    width: 100%;

    border-top-left-radius: 0.375rem;

    border-top-right-radius: 0.375rem;

    border-width: 1px;

    border-color: rgb(243 244 246 / var(--tw-border-opacity));

    --tw-border-opacity: 1;

    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));

    padding-left: 0.5rem;

    padding-right: 0.5rem;

    padding-top: 0.25rem;

    padding-bottom: 0.25rem;

    outline: 2px solid transparent;

    outline-offset: 2px
}

:is(.dark .CMS_WidgetMarkdown_CodeBlock_language-input) {

    border-color: rgb(51 65 85 / var(--tw-border-opacity));

    --tw-border-opacity: 1;

    border-bottom-color: rgb(30 41 59 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(30 41 59 / var(--tw-bg-opacity))
}

.CMS_WidgetMarkdown_Heading1_root {
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.5em
}

.CMS_WidgetMarkdown_Heading2_root {
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.25em
}

.CMS_WidgetMarkdown_Heading3_root {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.17em;
    font-weight: 700;
    line-height: 1.25em
}

.CMS_WidgetMarkdown_Heading4_root {
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    font-weight: 700;
    line-height: 1.25em
}

.CMS_WidgetMarkdown_Heading5_root {
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    font-size: 0.83em;
    font-weight: 700;
    line-height: 1.25em
}

.CMS_WidgetMarkdown_Heading6_root {
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    font-size: 0.67em;
    font-weight: 700;
    line-height: 1.25em
}

.CMS_WidgetMarkdown_Link_root {
    cursor: pointer;
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity))
}
.CMS_WidgetMarkdown_Link_root:hover {
    text-decoration-line: underline
}

.CMS_WidgetMarkdown_ListItem_checkbox {
    margin: 5px;
    margin-right: 0.5rem
}

.CMS_WidgetMarkdown_OrderedList_root {
    list-style-type: decimal;
    padding-left: 2.5rem
}

.CMS_WidgetMarkdown_UnorderedList_root {
    list-style-type: disc;
    padding-left: 2.5rem
}

.CMS_WidgetMarkdown_Paragraph_root {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block
}

.CMS_WidgetMarkdown_Table_root {

    margin-top: 1rem;

    margin-bottom: 1rem;

    border-collapse: collapse;

    border-radius: 0.375rem;

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(229 231 235 / var(--tw-border-opacity))
}

:is(.dark .CMS_WidgetMarkdown_Table_root) {

    --tw-border-opacity: 1;

    border-color: rgb(51 65 85 / var(--tw-border-opacity))
}

.CMS_WidgetMarkdown_Table_header {

    border-right-width: 1px;

    border-bottom-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(229 231 235 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(203 213 225 / var(--tw-bg-opacity))
}

:is(.dark .CMS_WidgetMarkdown_Table_header) {

    --tw-border-opacity: 1;

    border-color: rgb(31 41 55 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(51 65 85 / var(--tw-bg-opacity))
}

.CMS_WidgetMarkdown_Table_body {
}

.CMS_WidgetMarkdown_Table_row {

    border-bottom-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(229 231 235 / var(--tw-border-opacity))
}

.CMS_WidgetMarkdown_Table_row:last-child {

    border-width: 0px
}

:is(.dark .CMS_WidgetMarkdown_Table_row) {

    --tw-border-opacity: 1;

    border-color: rgb(31 41 55 / var(--tw-border-opacity))
}

.CMS_WidgetMarkdown_Table_header-cell {

    border-right-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(229 231 235 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(203 213 225 / var(--tw-bg-opacity));

    padding-left: 0.5rem;

    padding-right: 0.5rem;

    padding-top: 0.25rem;

    padding-bottom: 0.25rem;

    text-align: left;

    font-size: 0.875rem;

    line-height: 1.25rem
}

:is(.dark .CMS_WidgetMarkdown_Table_header-cell) {

    --tw-border-opacity: 1;

    border-color: rgb(31 41 55 / var(--tw-border-opacity));

    --tw-bg-opacity: 1;

    background-color: rgb(51 65 85 / var(--tw-bg-opacity))
}

.CMS_WidgetMarkdown_Table_header-cell>div>p {

    margin: 0px
}

.CMS_WidgetMarkdown_Table_body-cell {

    border-right-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(229 231 235 / var(--tw-border-opacity));

    padding-left: 0.5rem;

    padding-right: 0.5rem;

    padding-top: 0.25rem;

    padding-bottom: 0.25rem;

    font-size: 0.875rem;

    line-height: 1.25rem
}

.CMS_WidgetMarkdown_Table_body-cell:last-child {

    border-width: 0px
}

:is(.dark .CMS_WidgetMarkdown_Table_body-cell) {

    --tw-border-opacity: 1;

    border-color: rgb(31 41 55 / var(--tw-border-opacity))
}

.CMS_WidgetMarkdown_Table_body-cell>div>p {

    margin: 0px
}

.CMS_WidgetMarkdown_Toolbar_root {
    position: sticky;
    top: 0px;
    z-index: 10;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -1.25rem;
    margin-bottom: 0.375rem;
    display: flex;
    min-height: 40px;
    -webkit-user-select: none;
            user-select: none;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.125rem;
    border-bottom-width: 1px;
    border-color: rgb(156 163 175 / 0.1);
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.375rem;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
:is(.dark .CMS_WidgetMarkdown_Toolbar_root) {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.CMS_WidgetMarkdown_Code_root {
    margin: 0px;
    white-space: break-spaces;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity))
}
:is(.dark .CMS_WidgetMarkdown_Code_root) {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity))
}

.CMS_WidgetMarkdown_root {
}

.CMS_WidgetMarkdown_raw-editor {

    margin-top: 0.5rem
}

.CMS_WidgetMarkdown_rich-editor {

    position: relative;

    padding-left: 0.75rem;

    padding-right: 0.75rem;

    padding-top: 1.25rem;

    padding-bottom: 1.25rem;

    padding-bottom: 0px
}

.CMS_WidgetMarkdown_plate-editor-wrapper {

    width: 100%
}

.CMS_WidgetMarkdown_plate-editor {

    outline: 2px solid transparent !important;

    outline-offset: 2px !important
}

.CMS_WidgetMarkdown_controls {

    margin-top: 0.5rem;

    display: flex;

    gap: 0.5rem;

    padding-left: 0.75rem;

    padding-right: 0.75rem
}

.CMS_WidgetObject_list-root {
}

.CMS_WidgetObject_root {

    position: relative;

    display: flex;

    flex-direction: column;

    border-bottom-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(148 163 184 / var(--tw-border-opacity))
}

.CMS_WidgetObject_root:focus-within {

    --tw-border-opacity: 1;

    border-color: rgb(30 64 175 / var(--tw-border-opacity))
}

:is(.dark .CMS_WidgetObject_root:focus-within) {

    --tw-border-opacity: 1;

    border-color: rgb(219 234 254 / var(--tw-border-opacity))
}

.CMS_WidgetObject_root.CMS_WidgetObject_error .CMS_WidgetObject_fields {

    --tw-border-opacity: 1;

    border-left-color: rgb(239 68 68 / var(--tw-border-opacity))
}

.CMS_WidgetObject_root:not(.CMS_WidgetObject_error):not(.CMS_WidgetObject_disabled) .CMS_WidgetObject_fields {

    --tw-border-opacity: 1;

    border-left-color: rgb(59 130 246 / var(--tw-border-opacity))
}

.CMS_WidgetObject_root:not(.CMS_WidgetObject_error):focus-within .CMS_WidgetObject_summary,
      .CMS_WidgetObject_root:not(.CMS_WidgetObject_error):focus-within .CMS_WidgetObject_expand-icon {

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

.CMS_WidgetObject_root:not(.CMS_WidgetObject_error):hover .CMS_WidgetObject_summary,
      .CMS_WidgetObject_root:not(.CMS_WidgetObject_error):hover .CMS_WidgetObject_expand-icon {

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

.CMS_WidgetObject_root.CMS_WidgetObject_disabled .CMS_WidgetObject_expand-icon {

    --tw-text-opacity: 1;

    color: rgb(203 213 225 / var(--tw-text-opacity))
}

:is(.dark .CMS_WidgetObject_root.CMS_WidgetObject_disabled .CMS_WidgetObject_expand-icon) {

    --tw-text-opacity: 1;

    color: rgb(71 85 105 / var(--tw-text-opacity))
}

.CMS_WidgetObject_root.CMS_WidgetObject_open .CMS_WidgetObject_expand-icon {

    --tw-rotate: 90deg;

    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.CMS_WidgetObject_expand {

    display: flex;

    width: 100%;

    justify-content: space-between;

    gap: 0.5rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    padding-left: 0.5rem;

    padding-right: 0.75rem;

    text-align: left;

    font-size: 0.875rem;

    line-height: 1.25rem;

    font-weight: 500
}

.CMS_WidgetObject_expand:focus {

    outline: 2px solid transparent;

    outline-offset: 2px
}

.CMS_WidgetObject_expand:focus-visible {

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-opacity: 0.75
}

.CMS_WidgetObject_expand-icon {

    height: 1.25rem;

    width: 1.25rem;

    transition-property: transform;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 150ms
}

.CMS_WidgetObject_fields {

    margin-left: 1rem;

    border-left-width: 2px;

    border-style: solid;

    --tw-border-opacity: 1;

    border-left-color: rgb(148 163 184 / var(--tw-border-opacity));

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity))
}

.CMS_WidgetObject_error-message {

    padding-left: 1rem;

    padding-top: 0.5rem;

    padding-bottom: 0.75rem
}

.CMS_Autocomplete_root {

    position: relative;

    display: flex;

    width: 100%;

    align-items: center;

    gap: 0.5rem;

    padding-right: 0.5rem
}

  .CMS_Autocomplete_root.CMS_Autocomplete_disabled .CMS_Autocomplete_input {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

  :is(.dark .CMS_Autocomplete_root.CMS_Autocomplete_disabled .CMS_Autocomplete_input) {

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity))
}

  .CMS_Autocomplete_root.CMS_Autocomplete_disabled .CMS_Autocomplete_button-icon {

    color: rgb(209 213 219 / 0.75)
}

  :is(.dark .CMS_Autocomplete_root.CMS_Autocomplete_disabled .CMS_Autocomplete_button-icon) {

    color: rgb(75 85 99 / 0.75)
}

.CMS_Autocomplete_input-wrapper {

    display: flex;

    min-width: 0px;

    flex-grow: 1;

    flex-wrap: wrap
}

.CMS_Autocomplete_input {

    width: 100%;

    flex-grow: 1;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    border-style: none;

    background-color: transparent;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    padding-left: 0.75rem;

    font-size: 0.875rem;

    line-height: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity));

    outline: 2px solid transparent;

    outline-offset: 2px
}

.CMS_Autocomplete_input:focus {

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

:is(.dark .CMS_Autocomplete_input) {

    --tw-text-opacity: 1;

    color: rgb(243 244 246 / var(--tw-text-opacity))
}

.CMS_Autocomplete_button-wrapper {

    display: flex;

    flex-shrink: 0;

    align-items: center;

    gap: 0.25rem
}

.CMS_Autocomplete_button {
}

.CMS_Autocomplete_button-icon {

    height: 1.25rem;

    width: 1.25rem;

    --tw-text-opacity: 1;

    color: rgb(156 163 175 / var(--tw-text-opacity))
}

.CMS_Autocomplete_options {

    z-index: 30;

    max-height: 15rem;

    width: 100%;

    overflow: auto;

    border-radius: 0.375rem;

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity));

    padding-top: 0.25rem;

    padding-bottom: 0.25rem;

    font-size: 1rem;

    line-height: 1.5rem;

    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);

    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));

    --tw-ring-opacity: 0.05
}

.CMS_Autocomplete_options:focus {

    outline: 2px solid transparent;

    outline-offset: 2px
}

:is(.dark .CMS_Autocomplete_options) {

    --tw-bg-opacity: 1;

    background-color: rgb(51 65 85 / var(--tw-bg-opacity));

    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);

    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 640px) {

    .CMS_Autocomplete_options {

        font-size: 0.875rem;

        line-height: 1.25rem
    }
}

.CMS_Autocomplete_nothing {

    position: relative;

    cursor: default;

    -webkit-user-select: none;

            user-select: none;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    padding-left: 1rem;

    padding-right: 1rem;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_Autocomplete_nothing) {

    --tw-text-opacity: 1;

    color: rgb(209 213 219 / var(--tw-text-opacity))
}

.CMS_Autocomplete_option {

    position: relative;

    cursor: pointer;

    -webkit-user-select: none;

            user-select: none;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    padding-left: 2.5rem;

    padding-right: 1rem;

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity))
}

:is(.dark .CMS_Autocomplete_option) {

    --tw-text-opacity: 1;

    color: rgb(243 244 246 / var(--tw-text-opacity))
}

.CMS_Autocomplete_option-selected {

    --tw-bg-opacity: 1;

    background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

:is(.dark .CMS_Autocomplete_option-selected) {

    --tw-bg-opacity: 1;

    background-color: rgb(71 85 105 / var(--tw-bg-opacity))
}

.CMS_Autocomplete_option-selected .CMS_Autocomplete_option-label {

    font-weight: 500
}

.CMS_Autocomplete_option-label {

    display: block;

    font-weight: 400
}

.CMS_Autocomplete_checkmark {

    position: absolute;

    top: 0px;

    bottom: 0px;

    left: 0px;

    display: flex;

    align-items: center;

    padding-left: 0.75rem;

    --tw-text-opacity: 1;

    color: rgb(59 130 246 / var(--tw-text-opacity))
}

.CMS_Autocomplete_checkmark-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_WidgetRelation_root {
}

.CMS_WidgetRelation_values {

    display: flex;

    min-width: 0px;

    flex-wrap: wrap;

    gap: 0.5rem;

    padding: 0.5rem;

    padding-right: 0px
}

.CMS_WidgetRelation_loading {

    display: flex;

    height: 1.5rem;

    width: 1.5rem;

    align-items: center
}

.CMS_WidgetSelect_values {
    display: flex;
    max-width: -moz-fit-content;
    max-width: fit-content;
    flex-wrap: wrap;
    gap: 0.5rem
}

.CMS_UUID_root {
}

.CMS_UUID_refresh-button {
}

.CMS_UUID_refresh-button-icon {

    height: 1.25rem;

    width: 1.25rem
}

.CMS_UUID_input {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap
}

.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}

.react-calendar--doubleView {
  width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 1em;
}

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}

.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}

.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  line-height: 16px;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__tile--now {
  background: #ffff76;
}

.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}

.react-calendar__tile--hasActive {
  background: #76baff;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}

.react-calendar__tile--active {
  background: #006edc;
  color: white;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}

.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}

.react-clock {
  display: block;
  position: relative;
}

.react-clock,
.react-clock *,
.react-clock *:before,
.react-clock *:after {
  box-sizing: border-box;
}

.react-clock__face {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid black;
  border-radius: 50%;
}

.react-clock__hand {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
}

.react-clock__hand__body {
  position: absolute;
  background-color: black;
  transform: translateX(-50%);
}

.react-clock__mark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
}

.react-clock__mark__body {
  position: absolute;
  background-color: black;
  transform: translateX(-50%);
}

.react-clock__mark__number {
  position: absolute;
  left: -40px;
  width: 80px;
  text-align: center;
}

.react-clock__second-hand__body {
  background-color: red;
}

.react-datetime-picker {
  display: inline-flex;
  position: relative;
}

.react-datetime-picker,
.react-datetime-picker *,
.react-datetime-picker *:before,
.react-datetime-picker *:after {
  box-sizing: border-box;
}

.react-datetime-picker--disabled {
  background-color: #f0f0f0;
  color: #6d6d6d;
}

.react-datetime-picker__wrapper {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  border: thin solid gray;
}

.react-datetime-picker__inputGroup {
  min-width: calc(4px + (4px * 3) + 0.54em * 6 + 0.217em * 2);
  flex-grow: 1;
  padding: 0 2px;
}

.react-datetime-picker__inputGroup__divider {
  padding: 1px 0;
  white-space: pre;
}

.react-datetime-picker__inputGroup__divider,
.react-datetime-picker__inputGroup__leadingZero {
  display: inline-block;
}

.react-datetime-picker__inputGroup__input {
  min-width: 0.54em;
  height: calc(100% - 2px);
  position: relative;
  padding: 1px;
  border: 0;
  background: none;
  font: inherit;
  box-sizing: content-box;
  appearance: textfield;
}

.react-datetime-picker__inputGroup__input::-webkit-outer-spin-button,
.react-datetime-picker__inputGroup__input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.react-datetime-picker__inputGroup__input:invalid {
  background: rgba(255, 0, 0, 0.1);
}

.react-datetime-picker__inputGroup__input--hasLeadingZero {
  margin-left: -0.54em;
  padding-left: calc(1px + 0.54em);
}

.react-datetime-picker__inputGroup__amPm {
  font: inherit;
  appearance: menulist;
}

.react-datetime-picker__button {
  border: 0;
  background: transparent;
  padding: 4px 6px;
}

.react-datetime-picker__button:enabled {
  cursor: pointer;
}

.react-datetime-picker__button:enabled:hover .react-datetime-picker__button__icon,
.react-datetime-picker__button:enabled:focus .react-datetime-picker__button__icon {
  stroke: #0078d7;
}

.react-datetime-picker__button:disabled .react-datetime-picker__button__icon {
  stroke: #6d6d6d;
}

.react-datetime-picker__button svg {
  display: inherit;
}

.react-datetime-picker__calendar,
.react-datetime-picker__clock {
  z-index: 1;
}

.react-datetime-picker__calendar--closed,
.react-datetime-picker__clock--closed {
  display: none;
}

.react-datetime-picker__calendar {
  width: 350px;
  max-width: 100vw;
}

.react-datetime-picker__calendar .react-calendar {
  border-width: thin;
}

.react-datetime-picker__clock {
  width: 200px;
  height: 200px;
  max-width: 100vw;
  padding: 25px;
  background-color: white;
  border: thin solid #a0a096;
}

:root,
:host {
  --ol-background-color: white;
  --ol-accent-background-color: #F5F5F5;
  --ol-subtle-background-color: rgba(128, 128, 128, 0.25);
  --ol-partial-background-color: rgba(255, 255, 255, 0.75);
  --ol-foreground-color: #333333;
  --ol-subtle-foreground-color: #666666;
  --ol-brand-color: #00AAFF;
}

.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 1.5px solid var(--ol-background-color);
  background-color: var(--ol-partial-background-color);
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: var(--ol-partial-background-color);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}

.ol-scale-line-inner {
  border: 1px solid var(--ol-subtle-foreground-color);
  border-top: none;
  color: var(--ol-foreground-color);
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  transition: all 0.25s;
}

.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-bar-inner {
  display: flex;
}

.ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: var(--ol-foreground-color);
  float: right;
  z-index: 10;
}

.ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 10px;
  z-index: 11;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-text {
  position: absolute;
  font-size: 12px;
  text-align: center;
  bottom: 25px;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-index: 9;
  box-sizing: border-box;
  border: 1px solid var(--ol-foreground-color);
}

.ol-scale-singlebar-even {
  background-color: var(--ol-subtle-foreground-color);
}

.ol-scale-singlebar-odd {
  background-color: var(--ol-background-color);
}

.ol-unsupported {
  display: none;
}

.ol-viewport,
.ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ol-viewport canvas {
  all: unset;
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.ol-control {
  position: absolute;
  background-color: var(--ol-subtle-background-color);
  border-radius: 4px;
}

.ol-zoom {
  top: .5em;
  left: .5em;
}

.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear;
}

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}

.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}

.ol-full-screen {
  right: .5em;
  top: .5em;
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: var(--ol-subtle-foreground-color);
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: var(--ol-background-color);
  border: none;
  border-radius: 2px;
}

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.ol-zoom-extent button {
  line-height: 1.4em;
}

.ol-compass {
  display: block;
  font-weight: normal;
  will-change: transform;
}

.ol-touch .ol-control button {
  font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
  top: 5.5em;
}

.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  outline: 1px solid var(--ol-subtle-foreground-color);
  color: var(--ol-foreground-color);
}

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}

.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

.ol-attribution a {
  color: var(--ol-subtle-foreground-color);
  text-decoration: none;
}

.ol-attribution ul {
  margin: 0;
  padding: 1px .5em;
  color: var(--ol-foreground-color);
  text-shadow: 0 0 2px var(--ol-background-color);
  font-size: 12px;
}

.ol-attribution li {
  display: inline;
  list-style: none;
}

.ol-attribution li:not(:last-child):after {
  content: " ";
}

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}

.ol-attribution button {
  flex-shrink: 0;
}

.ol-attribution.ol-collapsed ul {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: var(--ol-partial-background-color);
}

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
}

.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}

.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}

.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: block;
}

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid var(--ol-subtle-foreground-color);
  height: 150px;
  width: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 0;
  left: 0;
  position: absolute;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
  background: var(--ol-subtle-background-color);
}

.ol-overviewmap-box {
  border: 1.5px dotted var(--ol-subtle-foreground-color);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

/*
! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: Inter var, Inter, ui-sans-serif, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 480px){

  .container{
    max-width: 480px;
  }
}
@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}
html{
  width: 100vw;
  overflow: hidden;
}
body{
  width: 100vw;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
:is(.dark body){
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
/**
  * Buttons
  */
.CMS_Button_root{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.CMS_Button_root:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}
:is(.dark .CMS_Button_root:focus){
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity));
}
.CMS_Button_root{
  border-radius: 0.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.CMS_Button_root-sm{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.CMS_Button_root-sm:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}
:is(.dark .CMS_Button_root-sm:focus){
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity));
}
.CMS_Button_root-sm{
  border-radius: 0.25rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.CMS_Button_root-rounded{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.CMS_Button_root-rounded:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}
:is(.dark .CMS_Button_root-rounded:focus){
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity));
}
.CMS_Button_root-rounded{
  border-radius: 9999px;
  padding: 0.375rem;
}
.CMS_Button_root-rounded-sm{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.CMS_Button_root-rounded-sm:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}
:is(.dark .CMS_Button_root-rounded-sm:focus){
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity));
}
.CMS_Button_root-rounded-sm{
  border-radius: 9999px;
  padding: 0.125rem;
}
.CMS_Button_root-rounded-no-padding{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.CMS_Button_root-rounded-no-padding:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}
:is(.dark .CMS_Button_root-rounded-no-padding:focus){
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity));
}
.CMS_Button_root-rounded-no-padding{
  border-radius: 9999px;
}
.CMS_Button_contained-primary{
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.CMS_Button_contained-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.CMS_Button_contained-primary:disabled{
  background-color: rgb(209 213 219 / 0.8);
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_contained-primary){
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
:is(.dark .CMS_Button_contained-primary:hover){
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
:is(.dark .CMS_Button_contained-primary:disabled){
  background-color: rgb(51 65 85 / 0.5);
  color: rgb(148 163 184 / 0.5);
}
.CMS_Button_outlined-primary{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.CMS_Button_outlined-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.CMS_Button_outlined-primary:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.CMS_Button_outlined-primary:hover:disabled{
  background-color: transparent;
}
:is(.dark .CMS_Button_outlined-primary){
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_outlined-primary:hover){
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  background-color: rgb(29 78 216 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_outlined-primary:disabled){
  border-color: rgb(71 85 105 / 0.75);
  color: rgb(71 85 105 / 0.75);
}
:is(.dark .CMS_Button_outlined-primary:hover:disabled){
  background-color: transparent;
}
.CMS_Button_text-primary{
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.CMS_Button_text-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.CMS_Button_text-primary:disabled{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.CMS_Button_text-primary:hover:disabled{
  background-color: transparent;
}
:is(.dark .CMS_Button_text-primary){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_text-primary:hover){
  background-color: rgb(51 65 85 / 0.75);
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_text-primary:disabled){
  color: rgb(71 85 105 / 0.75);
}
:is(.dark .CMS_Button_text-primary:hover:disabled){
  background-color: transparent;
}
.CMS_Button_contained-secondary{
  border-color: rgb(229 231 235 / 0.75);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.CMS_Button_contained-secondary:hover{
  border-color: rgb(229 231 235 / 0.5);
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.CMS_Button_contained-secondary:disabled{
  border-color: rgb(229 231 235 / 0.05);
  background-color: rgb(255 255 255 / 0.8);
  color: rgb(209 213 219 / 0.75);
}
:is(.dark .CMS_Button_contained-secondary){
  border-color: rgb(75 85 99 / 0.6);
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_contained-secondary:hover){
  border-color: rgb(75 85 99 / 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_contained-secondary:disabled){
  border-color: rgb(75 85 99 / 0.2);
  background-color: rgb(55 65 81 / 0.2);
  color: rgb(156 163 175 / 0.2);
}
.CMS_Button_outlined-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.CMS_Button_outlined-secondary:hover{
  border-color: rgb(229 231 235 / 0.5);
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.CMS_Button_outlined-secondary:disabled{
  border-color: rgb(229 231 235 / 0.4);
  color: rgb(209 213 219 / 0.75);
}
.CMS_Button_outlined-secondary:hover:disabled{
  background-color: transparent;
}
:is(.dark .CMS_Button_outlined-secondary){
  border-color: rgb(75 85 99 / 0.6);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_outlined-secondary:hover){
  border-color: rgb(75 85 99 / 0.8);
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_outlined-secondary:disabled){
  border-color: rgb(75 85 99 / 0.2);
  color: rgb(156 163 175 / 0.2);
}
:is(.dark .CMS_Button_outlined-secondary:hover:disabled){
  background-color: transparent;
}
.CMS_Button_text-secondary{
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.CMS_Button_text-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.CMS_Button_text-secondary:disabled{
  color: rgb(209 213 219 / 0.75);
}
.CMS_Button_text-secondary:hover:disabled{
  background-color: transparent;
}
:is(.dark .CMS_Button_text-secondary){
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_text-secondary:hover){
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_text-secondary:disabled){
  color: rgb(156 163 175 / 0.2);
}
:is(.dark .CMS_Button_text-secondary:hover:disabled){
  background-color: transparent;
}
.CMS_Button_contained-success{
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.CMS_Button_contained-success:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.CMS_Button_contained-success:disabled{
  background-color: rgb(209 213 219 / 0.8);
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_contained-success){
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
:is(.dark .CMS_Button_contained-success:hover){
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
:is(.dark .CMS_Button_contained-success:disabled){
  background-color: rgb(51 65 85 / 0.5);
  color: rgb(148 163 184 / 0.5);
}
.CMS_Button_outlined-success{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.CMS_Button_outlined-success:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.CMS_Button_outlined-success:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.CMS_Button_outlined-success:hover:disabled{
  background-color: transparent;
}
:is(.dark .CMS_Button_outlined-success){
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_outlined-success:hover){
  background-color: rgb(21 128 61 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_outlined-success:disabled){
  border-color: rgb(71 85 105 / 0.75);
  color: rgb(71 85 105 / 0.75);
}
:is(.dark .CMS_Button_outlined-success:hover:disabled){
  background-color: transparent;
}
.CMS_Button_text-success{
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.CMS_Button_text-success:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.CMS_Button_text-success:disabled{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.CMS_Button_text-success:hover:disabled{
  background-color: transparent;
}
:is(.dark .CMS_Button_text-success){
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_text-success:hover){
  background-color: rgb(21 128 61 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_text-success:disabled){
  color: rgb(71 85 105 / 0.75);
}
:is(.dark .CMS_Button_text-success:hover:disabled){
  background-color: transparent;
}
.CMS_Button_contained-error{
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.CMS_Button_contained-error:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.CMS_Button_contained-error:disabled{
  background-color: rgb(209 213 219 / 0.8);
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_contained-error){
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
:is(.dark .CMS_Button_contained-error:hover){
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
:is(.dark .CMS_Button_contained-error:disabled){
  background-color: rgb(51 65 85 / 0.5);
  color: rgb(148 163 184 / 0.5);
}
.CMS_Button_outlined-error{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.CMS_Button_outlined-error:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.CMS_Button_outlined-error:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.CMS_Button_outlined-error:hover:disabled{
  background-color: transparent;
}
:is(.dark .CMS_Button_outlined-error){
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_outlined-error:hover){
  background-color: rgb(185 28 28 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_outlined-error:disabled){
  border-color: rgb(71 85 105 / 0.75);
  color: rgb(71 85 105 / 0.75);
}
:is(.dark .CMS_Button_outlined-error:hover:disabled){
  background-color: transparent;
}
.CMS_Button_text-error{
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.CMS_Button_text-error:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.CMS_Button_text-error:disabled{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.CMS_Button_text-error:hover:disabled{
  background-color: transparent;
}
:is(.dark .CMS_Button_text-error){
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_text-error:hover){
  background-color: rgb(185 28 28 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_text-error:disabled){
  color: rgb(71 85 105 / 0.75);
}
:is(.dark .CMS_Button_text-error:hover:disabled){
  background-color: transparent;
}
.CMS_Button_contained-warning{
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.CMS_Button_contained-warning:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.CMS_Button_contained-warning:disabled{
  background-color: rgb(209 213 219 / 0.8);
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_contained-warning){
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
:is(.dark .CMS_Button_contained-warning:hover){
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}
:is(.dark .CMS_Button_contained-warning:disabled){
  background-color: rgb(51 65 85 / 0.5);
  color: rgb(148 163 184 / 0.5);
}
.CMS_Button_outlined-warning{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.CMS_Button_outlined-warning:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.CMS_Button_outlined-warning:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.CMS_Button_outlined-warning:hover:disabled{
  background-color: transparent;
}
:is(.dark .CMS_Button_outlined-warning){
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_outlined-warning:hover){
  background-color: rgb(161 98 7 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_outlined-warning:disabled){
  border-color: rgb(71 85 105 / 0.75);
  color: rgb(71 85 105 / 0.75);
}
:is(.dark .CMS_Button_outlined-warning:hover:disabled){
  background-color: transparent;
}
.CMS_Button_text-warning{
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.CMS_Button_text-warning:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.CMS_Button_text-warning:disabled{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.CMS_Button_text-warning:hover:disabled{
  background-color: transparent;
}
:is(.dark .CMS_Button_text-warning){
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_text-warning:hover){
  background-color: rgb(161 98 7 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
:is(.dark .CMS_Button_text-warning:disabled){
  color: rgb(71 85 105 / 0.75);
}
:is(.dark .CMS_Button_text-warning:hover:disabled){
  background-color: transparent;
}
/**
  * Checkbox
  */
.checkbox{
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding: 0.375rem;
}
.checkbox:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
:is(.dark .checkbox){
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  --tw-ring-offset-color: #1f2937;
}
:is(.dark .checkbox:focus){
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.relative{
  position: relative;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.shrink{
  flex-shrink: 1;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-text{
  cursor: text;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.border{
  border-width: 1px;
}
.italic{
  font-style: italic;
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.dark .MuiDialog-root .MuiPaper-root.MuiDialog-paper {
  background-image: none;
  background-color: rgb(30 41 59);
}

.dark .MuiClockNumber-root.Mui-selected {
  color: white;
}

.CMS_Scrollbar_root {
  --scrollbar-foreground: rgba(100, 116, 139, 0.25);
  --scrollbar-background: rgb(248 250 252);
}

.CMS_Scrollbar_root.CMS_Scrollbar_secondary {
  --scrollbar-foreground: rgba(100, 116, 139, 0.25);
  --scrollbar-background: rgb(255 255 255);
}

.dark .CMS_Scrollbar_root {
  --scrollbar-foreground: rgba(30, 41, 59, 0.8);
  --scrollbar-background: rgb(15 23 42);
}

.dark .CMS_Scrollbar_root.CMS_Scrollbar_secondary {
  --scrollbar-foreground: rgba(47, 64, 84, 0.8);
  --scrollbar-background: rgb(30 41 59);
}

.CMS_Scrollbar_root {
  /* Foreground, Background */
  scrollbar-color: var(--scrollbar-foreground) var(--scrollbar-background);
}

.CMS_Scrollbar_root::-webkit-scrollbar {
  width: 10px; /* Mostly for vertical scrollbars */
  height: 10px; /* Mostly for horizontal scrollbars */
}

.CMS_Scrollbar_root::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

.CMS_Scrollbar_root::-webkit-scrollbar-thumb {
  /* Foreground */
  background: var(--scrollbar-foreground);
}

.CMS_Scrollbar_root::-webkit-scrollbar-track {
  /* Background */
  background: var(--scrollbar-background);
}

.CMS_Scrollbar_hide {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}

.CMS_Scrollbar_hide::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

table tbody tr:last-child {
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
      }

table tbody tr:last-child td:first-child > div {
              border-bottom-left-radius: 8px;
            }

table tbody tr:last-child td:last-child > div {
              border-bottom-right-radius: 8px;
            }

.cms-icon > * {
    width: 24px;
    height: 24px;
  }

::-moz-focus-inner,
:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.MuiPopper-root{
  z-index: 100;
}

